Skip to content

Commit

Permalink
Changes for beta release 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
saumyaj3 committed Sep 20, 2023
1 parent b7269b1 commit 8e5ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CuraBinaryDataConan(ConanFile):

def set_version(self):
if not self.version:
self.version = "5.4.0-beta.1"
self.version = "5.5.0-beta"

def validate(self):
if (self.version != None) and (tools.Version(self.version) <= tools.Version("4")):
Expand Down

0 comments on commit 8e5ce47

Please sign in to comment.