Skip to content

Commit 1311ef6

Browse files
authored
Version Update
1 parent a6516c3 commit 1311ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ def get_version_info(self):
5656
"GIT_BRANCH": "dev",
5757
"GIT_BRANCH_NUM": branch_num,
5858
"FURI_CUSTOM_FLIPPER_NAME": custom_fz_name,
59-
"VERSION": "0.78.2",
59+
"VERSION": "0.79.2",
6060
"BUILD_DIRTY": 0,
6161
}
6262
else:
6363
return {
6464
"GIT_COMMIT": commit,
6565
"GIT_BRANCH": "dev",
6666
"GIT_BRANCH_NUM": branch_num,
67-
"VERSION": "0.78.2",
67+
"VERSION": "0.79.2",
6868
"BUILD_DIRTY": 0,
6969
}
7070

0 commit comments

Comments
 (0)