Version 0.9.6-beta
This commit is contained in:
parent
29c6fe9132
commit
32931bcfa4
10 changed files with 192 additions and 194 deletions
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id 'java'
|
||||
id 'application'
|
||||
id "net.thauvin.erik.gradle.semver" version "0.9.5-beta"
|
||||
id "net.thauvin.erik.gradle.semver" version "0.9.6-beta"
|
||||
}
|
||||
|
||||
// ./gradlew
|
||||
|
@ -44,4 +44,4 @@ run {
|
|||
|
||||
// args = ['example.properties']
|
||||
args = ['version.properties']
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Sat Jul 07 18:29:10 PDT 2018
|
||||
#Mon Jul 09 17:13:03 PDT 2018
|
||||
version.prerelease=
|
||||
version.buildmeta=
|
||||
version.patch=1
|
||||
version.patch=5
|
||||
version.major=1
|
||||
version.minor=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue