Skip to content

Commit

Permalink
Merge pull request #1217 from jdogresorg/master
Browse files Browse the repository at this point in the history
9.60.1 release
  • Loading branch information
jdogresorg authored Dec 13, 2022
2 parents 2d4466e + 20d52bc commit bb680cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counterpartylib/lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Versions
VERSION_MAJOR = 9
VERSION_MINOR = 60
VERSION_REVISION = 0
VERSION_REVISION = 1
VERSION_STRING = str(VERSION_MAJOR) + '.' + str(VERSION_MINOR) + '.' + str(VERSION_REVISION)


Expand Down

0 comments on commit bb680cc

Please sign in to comment.