mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 09:33:13 +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):
|
def set_version(self):
|
||||||
if self.version == "auto":
|
if not self.version:
|
||||||
self.version = "5.4.0-alpha"
|
self.version = "5.4.0-alpha"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user