Skip to content

Commit

Permalink
Switch version to a release candidate (0.4.1rc1).
Browse files Browse the repository at this point in the history
  • Loading branch information
FormerLurker committed Nov 30, 2020
1 parent 1535541 commit 8ae1f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_octolapse_setuptools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class NumberedVersion(version.LooseVersion):
# This is the current plugin version, not including any versioneer info,
# which could be earlier or later
CurrentVersion = "0.4.1"
CurrentVersion = "0.4.1rc1"
# This is the CurrentVersion last time the settings were migrated.
CurrentSettingsVersion = "0.4.0"
'''
Expand Down

0 comments on commit 8ae1f6e

Please sign in to comment.