Skip to content

Commit

Permalink
Switch main branch to 1.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Dec 5, 2024
1 parent f3ef586 commit 29ee6aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release
on:
push:
tags:
- v1.3.[0-9]+
- v1.4.[0-9]+
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.3.4-SNAPSHOT
version=1.4.0-SNAPSHOT

org.gradle.caching=true
org.gradle.daemon=true
Expand Down

0 comments on commit 29ee6aa

Please sign in to comment.