mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 06:13:14 +08:00
set version to 5.4.0-alpha when None
This commit is contained in:
parent
066b07160c
commit
b7498e81a9
@ -49,7 +49,7 @@ class CuraConan(ConanFile):
|
||||
}
|
||||
|
||||
def set_version(self):
|
||||
if self.version == "auto":
|
||||
if not self.version:
|
||||
self.version = "5.4.0-alpha"
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user