Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster authored Sep 6, 2022
1 parent f821dd2 commit 2b4f6d1
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 @@ -48,15 +48,15 @@ def get_version_info(self):
"GIT_BRANCH": "dev",
"GIT_BRANCH_NUM": branch_num,
"FURI_CUSTOM_FLIPPER_NAME": custom_fz_name,
"VERSION": "0.65.4",
"VERSION": "0.66.2",
"BUILD_DIRTY": 0,
}
else:
return {
"GIT_COMMIT": commit,
"GIT_BRANCH": "dev",
"GIT_BRANCH_NUM": branch_num,
"VERSION": "0.65.4",
"VERSION": "0.66.2",
"BUILD_DIRTY": 0,
}

Expand Down

0 comments on commit 2b4f6d1

Please sign in to comment.