Skip to content

Commit

Permalink
dev: version bump for new dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlebantongying committed Sep 13, 2024
1 parent 15abc89 commit 2b98b50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-AutoTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

env:
version: 24.09.0
version: 24.11.0
version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'Release' }}
prerelease: ${{ !contains(github.ref_name,'master') }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-macos-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
qt_arch: [clang_64]
env:
targetName: GoldenDict
version: 24.09.0
version: 24.11.0
version-suffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'Release' }}
prerelease: ${{ !contains(github.ref_name,'master') }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-windows-vcpkg-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
qt_ver: [ 6.7.2, 6.6.3 ]
qt_arch: [win64_msvc2019_64]
env:
version: 24.09.0
version: 24.11.0
versionSuffix: ${{ !contains(github.ref_name,'master') && 'alpha' || 'Release' }}
prerelease: ${{ !contains(github.ref_name,'master') }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ endif ()
include(FeatureSummary)

project(goldendict-ng
VERSION 24.09.0
VERSION 24.11.0
LANGUAGES CXX C)

set(GOLDENDICT "goldendict") # binary/executable name
Expand Down

0 comments on commit 2b98b50

Please sign in to comment.