Set working versions to 5.6.0-beta.2

Contributes to CURA-11269
This commit is contained in:
Jelle Spijker 2023-11-15 13:46:04 +01:00
parent b66b032e45
commit 4656873e9d
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -50,7 +50,7 @@ class CuraConan(ConanFile):
def set_version(self):
if not self.version:
self.version = "5.6.0-beta.1"
self.version = "5.6.0-beta.2"
@property
def _pycharm_targets(self):