Update version.py

This commit is contained in:
RogueMaster
2022-12-26 03:06:18 -05:00
committed by GitHub
parent f77f601328
commit a1807bce05
+2 -2
View File
@@ -48,7 +48,7 @@ class GitVersion:
"GIT_BRANCH": "dev",
"GIT_BRANCH_NUM": branch_num,
"FURI_CUSTOM_FLIPPER_NAME": custom_fz_name,
"VERSION": "0.74.2",
"VERSION": "0.74.3",
"BUILD_DIRTY": 0,
}
else:
@@ -56,7 +56,7 @@ class GitVersion:
"GIT_COMMIT": commit,
"GIT_BRANCH": "dev",
"GIT_BRANCH_NUM": branch_num,
"VERSION": "0.74.2",
"VERSION": "0.74.3",
"BUILD_DIRTY": 0,
}