Skip to content

Commit

Permalink
Merge pull request #265 from Ultimaker/5.5
Browse files Browse the repository at this point in the history
5.5
  • Loading branch information
jellespijker authored Oct 24, 2023
2 parents 8d9994b + d86bd97 commit 3078af4
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.2"

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

0 comments on commit 3078af4

Please sign in to comment.