Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
umegane committed Jan 29, 2024
1 parent f192461 commit e900671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group "com.tsurugidb.benchmark.phonebill"
version "1.2.0-SNAPSHOT"
version "1.2.0"

if (hasProperty('mavenLocal')) {
repositories {
Expand Down Expand Up @@ -81,7 +81,7 @@ test {


dependencies {
implementation 'com.tsurugidb.iceaxe:iceaxe-core:1.2.0-SNAPSHOT'
implementation 'com.tsurugidb.iceaxe:iceaxe-core:1.2.0'

// https://mvnrepository.com/artifact/org.postgresql/postgresql
implementation group: 'org.postgresql', name: 'postgresql', version: '42.2.16'
Expand Down

0 comments on commit e900671

Please sign in to comment.