Skip to content

Commit

Permalink
Increment beta version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jboisvertrodeofx committed Nov 19, 2020
1 parent 51c888f commit c210a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyblish_lite/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
VERSION_MAJOR = 0
VERSION_MINOR = 8
VERSION_PATCH = 8
VERSION_BETA = "b1"
VERSION_BETA = "b2"

version_info = (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH, VERSION_BETA)
version = '%i.%i.%i%s' % version_info
Expand Down

0 comments on commit c210a0e

Please sign in to comment.