mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -06:00
set version to 5.4.0-alpha when None
This commit is contained in:
parent
066b07160c
commit
b7498e81a9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue