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 8d9994b commit 24b35ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ class FDM_MaterialsConan(ConanFile):
exports = "LICENSE*"
settings = "os", "compiler", "build_type", "arch"
no_copy_source = True

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

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

0 comments on commit 24b35ad

Please sign in to comment.