mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Bump application version
This commit is contained in:
parent
0bcd5d875d
commit
a3cc4b98b8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,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.06.01")
|
||||
super().__init__(name = "cura", version = "15.06.02")
|
||||
|
||||
self.setWindowIcon(QIcon(Resources.getPath(Resources.ImagesLocation, "cura-icon.png")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue