Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fischer-hub committed Oct 16, 2024
1 parent 3cc4fef commit bafce50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
release_version:
description: 'Release version (e.g., v1.0.0)'
required: true
default: 'v0.0.3-alpha'
default: 'v0.0.4-alpha'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def main():

# load config file
config = util.load_config()
config['version'] = 'v0.0.3-alpha'
config['version'] = 'v0.0.4-alpha'

# I think this doesnt even work..
if 'dev' in sys.argv:
Expand Down

0 comments on commit bafce50

Please sign in to comment.