Skip to content

Commit

Permalink
v0.9.5 Beta bumped version number, release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Oct 13, 2023
1 parent a840ffc commit 7b2ae92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildLibs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re

def GetVersion() -> str:
return 'v0.9.4 Beta'
return 'v0.9.5 Beta'

packLengthRegex = re.compile('^(.*?)(\d+)(\w)(.*?)$')
class FancyPacker:
Expand Down

0 comments on commit 7b2ae92

Please sign in to comment.