Skip to content

Commit

Permalink
Major Release Upd 0.78.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster committed Feb 28, 2023
1 parent d421af0 commit 1c2a5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ 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:
return {
"GIT_COMMIT": commit,
"GIT_BRANCH": "dev",
"GIT_BRANCH_NUM": branch_num,
"VERSION": "0.77.2",
"VERSION": "0.78.2",
"BUILD_DIRTY": 0,
}

Expand Down

0 comments on commit 1c2a5cd

Please sign in to comment.