Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
LionZXY committed Nov 27, 2023
1 parent 8a66953 commit a6d5452
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ jobs:
releaseFiles: ${{steps.download-googleplay.outputs.download-path}}/flipper-zero-googleplay.aab
track: beta
mappingFile: ${{steps.download-googleplay.outputs.download-path}}/mapping-googleplay.txt
changesNotSentForReview: true
upload_to_playstore_wearos:
name: Upload Wear OS to Play Store
runs-on: ubuntu-latest
Expand All @@ -288,3 +289,4 @@ jobs:
releaseFiles: ${{steps.download-wearos.outputs.download-path}}/flipper-zero-wearos.aab
track: wear:beta
mappingFile: ${{steps.download-wearos.outputs.download-path}}/mapping-wearos.txt
changesNotSentForReview: true
2 changes: 1 addition & 1 deletion .github/workflows/version.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MAJOR_VERSION=1.6.6
MAJOR_VERSION=1.6.7
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

# 1.6.7 - In progress
# 1.6.8 - In progress


# 1.6.7

- [Feature] Infrared Editor process error
- [Feature] Optimization FapHub by compose metrics
Expand Down

0 comments on commit a6d5452

Please sign in to comment.