Skip to content

Commit 8ae1f6e

Browse files
committed
Switch version to a release candidate (0.4.1rc1).
1 parent 1535541 commit 8ae1f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_octolapse_setuptools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class NumberedVersion(version.LooseVersion):
3030
# This is the current plugin version, not including any versioneer info,
3131
# which could be earlier or later
32-
CurrentVersion = "0.4.1"
32+
CurrentVersion = "0.4.1rc1"
3333
# This is the CurrentVersion last time the settings were migrated.
3434
CurrentSettingsVersion = "0.4.0"
3535
'''

0 commit comments

Comments
 (0)