diff --git a/scripts/version.py b/scripts/version.py index 578685be9e8..9df55a49859 100644 --- a/scripts/version.py +++ b/scripts/version.py @@ -56,7 +56,7 @@ def get_version_info(self): "GIT_BRANCH": "dev", "GIT_BRANCH_NUM": branch_num, "FURI_CUSTOM_FLIPPER_NAME": custom_fz_name, - "VERSION": "0.77.2", + "VERSION": "0.78.2", "BUILD_DIRTY": 0, } else: @@ -64,7 +64,7 @@ def get_version_info(self): "GIT_COMMIT": commit, "GIT_BRANCH": "dev", "GIT_BRANCH_NUM": branch_num, - "VERSION": "0.77.2", + "VERSION": "0.78.2", "BUILD_DIRTY": 0, }