Skip to content

Commit

Permalink
Bump to version 2.7-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Dec 17, 2024
1 parent fdcd3c5 commit a7f4d0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
sed -i 's/date="1970-01-01"/'date=\""$APPDATA_DATE"\"'/g' io.welle.welle_io.appdata.xml
# Add githash into appdata.xml
APPDATA_DATE_VERSION="2.6-$GIT_HASH"
APPDATA_DATE_VERSION="2.7-unstable-$GIT_HASH"
sed -i 's/version="0.0.0"/'version=\""$APPDATA_DATE_VERSION"\"'/g' io.welle.welle_io.appdata.xml
# Check if file "io.welle.welle_io.appdata.xml" is valid
Expand Down
2 changes: 1 addition & 1 deletion src/welle-gui/_current_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6
2.7-unstable
2 changes: 1 addition & 1 deletion windows_installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

[Setup]
AppName=welle.io
AppVersion=2.6-{#GitHash}
AppVersion=2.7-unstable-{#GitHash}
WizardStyle=modern
DefaultDirName={autopf}\welle.io
DefaultGroupName=welle.io
Expand Down

0 comments on commit a7f4d0d

Please sign in to comment.