Skip to content

Commit

Permalink
Merge branch 'main' into CURA-10783_prime_tower_with_raft
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton authored Oct 13, 2023
2 parents 9e958a9 + 1aedf10 commit 68e6f05
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 218 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class CuraEngineConan(ConanFile):

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

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

0 comments on commit 68e6f05

Please sign in to comment.