Skip to content

Commit

Permalink
remove postfix
Browse files Browse the repository at this point in the history
Contributes to CURA-10951
  • Loading branch information
jellespijker committed Aug 29, 2023
1 parent 8d7f60c commit 9d035eb
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 @@ -43,7 +43,7 @@ class CuraEngineConan(ConanFile):

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

def export_sources(self):
copy(self, "CMakeLists.txt", self.recipe_folder, self.export_sources_folder)
Expand Down

0 comments on commit 9d035eb

Please sign in to comment.