Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Nov 30, 2023
1 parent 0a44370 commit b4b8a9a
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 @@ -36,7 +36,7 @@ class UraniumConan(ConanFile):

def set_version(self):
if not self.version:
self.version = "5.6.0-beta.1"
self.version = "5.7.0-alpha"

@property
def _i18n_options(self):
Expand Down

0 comments on commit b4b8a9a

Please sign in to comment.