Skip to content

Commit

Permalink
v0.9.3 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Apr 7, 2023
1 parent d535c78 commit 4a3674b
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.2 Beta'
return 'v0.9.3 Beta'

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

0 comments on commit 4a3674b

Please sign in to comment.