Skip to content

Commit

Permalink
Merge pull request #25 from Elagatua/feature/fix-version-string
Browse files Browse the repository at this point in the history
Use integer instead of float for version string
  • Loading branch information
Elagatua authored Sep 22, 2022
2 parents f9d011a + 5c1db1e commit 4b5a65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version__ = '6.2.201'

# This is a supplementary version number for branches based off of main dev.
supplementary_version = 0.35
supplementary_version = 36

# Pick a unique identifier byte for your fork if you are intending to have a long-lasting branch.
# This will be 0x00 for main releases and 0x01 for main dev.
Expand Down

0 comments on commit 4b5a65b

Please sign in to comment.