Skip to content

Commit

Permalink
Update release version number
Browse files Browse the repository at this point in the history
  • Loading branch information
zelytra committed Mar 11, 2024
1 parent 466e150 commit a94f5ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: betterfleet-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version
releaseName: "BetterFleet v__VERSION__"
releaseBody: "See the assets to download this version and install."
releaseDraft: true
Expand Down
2 changes: 1 addition & 1 deletion frontend/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "better_fleet"
version = "0.1.1"
version = "0.1.1-alpha"
description = "A better fleet creator"
authors = ["Zelytra", "dadodasyra"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion frontend/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "BetterFleet",
"version": "0.1.1"
"version": "0.1.1-alpha"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit a94f5ab

Please sign in to comment.