We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1535541 commit 8ae1f6eCopy full SHA for 8ae1f6e
octoprint_octolapse_setuptools/__init__.py
@@ -29,7 +29,7 @@
29
class NumberedVersion(version.LooseVersion):
30
# This is the current plugin version, not including any versioneer info,
31
# which could be earlier or later
32
- CurrentVersion = "0.4.1"
+ CurrentVersion = "0.4.1rc1"
33
# This is the CurrentVersion last time the settings were migrated.
34
CurrentSettingsVersion = "0.4.0"
35
'''
0 commit comments