Skip to content

Commit

Permalink
Change version to 1.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
hishidama committed Jul 11, 2024
1 parent e2a70bb commit 678f24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/groovy/iceaxe.java-conventions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ plugins {
}

group = 'com.tsurugidb.iceaxe'
version = '1.4.0'
version = '1.5.0-SNAPSHOT'

ext {
tsubakuroVersion = '1.4.0'
tsubakuroVersion = '1.5.0-SNAPSHOT'
isReleaseVersion = !version.endsWith("SNAPSHOT")
}

Expand Down

0 comments on commit 678f24e

Please sign in to comment.