Skip to content

Commit

Permalink
bump version to 2.0.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Oct 21, 2023
1 parent cd73a01 commit 6ee0466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def stop() -> None:
args = parser.parse_args()

if os.name == 'nt':
ctypes.windll.kernel32.SetConsoleTitleW("ThumbParamsOSC v2.0.0-Beta" + (" (Debug)" if args.debug else ""))
ctypes.windll.kernel32.SetConsoleTitleW("ThumbParamsOSC v2.0.0-Beta2" + (" (Debug)" if args.debug else ""))

CONFIG_PATH = get_absolute_path('config.json')
MANIFEST_PATH = get_absolute_path("app.vrmanifest")
Expand Down

0 comments on commit 6ee0466

Please sign in to comment.