Version 0.9.2-beta

This commit is contained in:
Erik C. Thauvin 2018-07-01 11:14:51 -07:00
parent 54aa94c421
commit 72eeb3a099
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ plugins {
id("org.jlleitschuh.gradle.ktlint") version "4.1.0"
}
version = "0.9.1-beta"
version = "0.9.2-beta"
group = "net.thauvin.erik.gradle"
var github = "https://github.com/ethauvin/semver-gradle"

View file

@ -3,7 +3,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "net.thauvin.erik.gradle:semver:0.9.1-beta"
classpath "net.thauvin.erik.gradle:semver:0.9.2-beta"
}
}

View file

@ -1,5 +1,5 @@
#Generated by the Semver Plugin for Gradle
#Sat Jun 30 15:54:02 PDT 2018
#Sun Jul 01 11:09:26 PDT 2018
test.major=1
test.prerelease=beta
test.meta=007