Skip to content

Commit

Permalink
Release 5.3.0
Browse files Browse the repository at this point in the history
Contributes to CURA-10951 and CURA-10475
  • Loading branch information
jellespijker committed Sep 11, 2023
1 parent e66e4e8 commit a1ac15d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ class SavitarConan(ConanFile):

def set_version(self):
if self.version is None:
self.version = "5.3.0-alpha"

self.version = "5.4.0-alpha"

@property
def _min_cppstd(self):
Expand Down

0 comments on commit a1ac15d

Please sign in to comment.