Skip to content

Commit

Permalink
release 0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly committed Apr 9, 2020
1 parent 9eaee8d commit 09d19a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* limitations under the License.
*/

val releaseVersion = "0.29"
val developmentVersion = "0.30-SNAPSHOT"
val releaseVersion = "0.30"
val developmentVersion = "0.31-SNAPSHOT"

version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion

Expand Down

0 comments on commit 09d19a1

Please sign in to comment.