mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 10:38:59 +08:00
Set version back to master for master branch
This commit is contained in:
parent
4f6c8df224
commit
c5fd957170
@ -48,7 +48,7 @@ class CuraApplication(QtApplication):
|
||||
if not hasattr(sys, "frozen"):
|
||||
Resources.addResourcePath(os.path.join(os.path.abspath(os.path.dirname(__file__)), ".."))
|
||||
|
||||
super().__init__(name = "cura", version = "15.05.90")
|
||||
super().__init__(name = "cura", version = "master")
|
||||
|
||||
self.setRequiredPlugins([
|
||||
"CuraEngineBackend",
|
||||
|
Loading…
x
Reference in New Issue
Block a user