Switch main branch to 1.4.0-SNAPSHOT
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -2,7 +2,7 @@ name: Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v1.3.[0-9]+
|
||||
- v1.4.[0-9]+
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
jobs:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version=1.3.4-SNAPSHOT
|
||||
version=1.4.0-SNAPSHOT
|
||||
|
||||
org.gradle.caching=true
|
||||
org.gradle.daemon=true
|
||||
|
||||
Reference in New Issue
Block a user