Skip to content

Commit

Permalink
Bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Jun 9, 2024
1 parent 76debbd commit a817c2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
build_release:
# if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Launcher():

version = '2024.05b280'
version = '2024.06b90'
__version__ = '0.2'

# holds the style of the app
Expand Down

0 comments on commit a817c2f

Please sign in to comment.