Skip to content

Commit

Permalink
v0.9.2 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Mar 6, 2023
1 parent d01eedd commit 47c7b05
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.1 Beta'
return 'v0.9.2 Beta'

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

0 comments on commit 47c7b05

Please sign in to comment.