Skip to content

Commit

Permalink
set version to 5.5.0
Browse files Browse the repository at this point in the history
Contribute to CURA-11218
  • Loading branch information
jellespijker committed Oct 25, 2023
1 parent d86bd97 commit fe3f151
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 @@ -22,7 +22,7 @@ class FDM_MaterialsConan(ConanFile):

def set_version(self):
if not self.version:
self.version = "5.5.0-beta.2"
self.version = "5.5.0"

def export_sources(self):
copy(self, "*.fdm_material", self.recipe_folder, self.export_sources_folder)
Expand Down

0 comments on commit fe3f151

Please sign in to comment.