Skip to content

Commit

Permalink
Start 5.5.x release branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburema committed Sep 20, 2023
1 parent a1ac15d commit 75f2069
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 @@ -39,7 +39,7 @@ class SavitarConan(ConanFile):

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

@property
def _min_cppstd(self):
Expand Down

0 comments on commit 75f2069

Please sign in to comment.