Skip to content

Commit a817c2f

Browse files
committed
Bumped up version
1 parent 76debbd commit a817c2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44

55
jobs:
66
build_release:
7-
# if: startsWith(github.ref, 'refs/tags/v')
7+
if: startsWith(github.ref, 'refs/tags/v')
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
fail-fast: false

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Launcher():
88

9-
version = '2024.05b280'
9+
version = '2024.06b90'
1010
__version__ = '0.2'
1111

1212
# holds the style of the app

0 commit comments

Comments
 (0)