Skip to content

Commit 2314843

Browse files
Increment App Version
1 parent e45fa93 commit 2314843

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

BabbleApp/babbleapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
# https://github.com/opencv/opencv/issues/17687
5454
os.environ["OPENCV_VIDEOIO_MSMF_ENABLE_HW_TRANSFORMS"] = "0"
5555
page_url = "https://github.com/Project-Babble/ProjectBabble/releases/latest"
56-
appversion = "Babble v2.0.7"
56+
appversion = AppConstants.VERSION
5757

5858

5959
def timerResolution(toggle):

BabbleApp/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class UIConstants:
1313

1414

1515
class AppConstants:
16-
VERSION = "Babble v2.0.7"
16+
VERSION = "Babble v2.1.0 RC5"
1717
GITHUB_REPO_URL = "https://github.com/Project-Babble/ProjectBabble/releases/latest"
1818
GITHUB_API_URL = (
1919
"https://api.github.com/repos/Project-Babble/ProjectBabble/releases/latest"

0 commit comments

Comments
 (0)