Skip to content

Commit

Permalink
Merge pull request #227 from hitblast/main
Browse files Browse the repository at this point in the history
⚡ [chore] bumped version to current date
  • Loading branch information
hitblast authored Jun 2, 2023
2 parents 87924f5 + 0ec1eee commit bc64b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .ui import *

# Set version number.
__version_info__ = ('2023', '6', '1') # Year.Month.Day
__version_info__ = ('2023', '6', '2') # Year.Month.Day
__version__ = '.'.join(__version_info__)


Expand Down

0 comments on commit bc64b1e

Please sign in to comment.