Skip to content

Commit 29ee6aa

Browse files
committed
Switch main branch to 1.4.0-SNAPSHOT
1 parent f3ef586 commit 29ee6aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22
on:
33
push:
44
tags:
5-
- v1.3.[0-9]+
5+
- v1.4.[0-9]+
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
jobs:

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.3.4-SNAPSHOT
1+
version=1.4.0-SNAPSHOT
22

33
org.gradle.caching=true
44
org.gradle.daemon=true

0 commit comments

Comments
 (0)