Skip to content

Commit

Permalink
Working towards 5.5.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rburema committed Sep 20, 2023
1 parent bf91e0f commit 3320879
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 @@ -44,7 +44,7 @@ class Nest2DConan(ConanFile):

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

@property
def _min_cppstd(self):
Expand Down

0 comments on commit 3320879

Please sign in to comment.