Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5c1570

Browse files
committed
Update to next development version.
1 parent 5821c0b commit e5c1570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ val tag = System.getenv("TRAVIS_TAG")?.replaceFirst("^v".toRegex(), "")
55

66
group = "org.utplsql"
77
val mavenArtifactId = "java-api"
8-
val baseVersion = "3.1.8"
8+
val baseVersion = "3.1.9-SNAPSHOT"
99
// if build is on tag like 3.1.7 or v3.1.7 then use tag as version replacing leading "v"
1010
version = if (tag != null && "^[0-9.]+$".toRegex().matches(tag)) tag else baseVersion
1111

0 commit comments

Comments
 (0)