Skip to content

Commit

Permalink
Bump up tsubakuro version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SHIRAKI-Takayoshi committed Oct 5, 2023
1 parent 060c666 commit 0b24d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion webapi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
group = 'com.tsurugidb.belayer'
def versionString = file('../VERSION').text.trim()
version = versionString
def tsubarkuro_version = '1.0.0'
def tsubarkuro_version = '1.0.1'

ext {
isReleaseVersion = !version.endsWith("SNAPSHOT")
Expand Down

0 comments on commit 0b24d6d

Please sign in to comment.