This commit is contained in:
VerstreuteSeele
2022-12-23 17:59:12 +01:00
8 changed files with 527 additions and 4 deletions
+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.73.2",
"VERSION": "0.74.2",
"BUILD_DIRTY": 0,
}
else:
@@ -56,7 +56,7 @@ class GitVersion:
"GIT_COMMIT": commit,
"GIT_BRANCH": "dev",
"GIT_BRANCH_NUM": branch_num,
"VERSION": "0.73.2",
"VERSION": "0.74.2",
"BUILD_DIRTY": 0,
}