Skip to content

Commit 4bc8547

Browse files
committed
Fix version
1 parent 6e7da1e commit 4bc8547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
__version__ = '8.3.23'
1+
__version__ = '8.3.22'
22

33
# This is a supplemental version number for branches based off of main dev.
4-
supplementary_version = 1
4+
supplementary_version = 2
55

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

0 commit comments

Comments
 (0)