Skip to content

Commit 8fdf792

Browse files
authored
Merge pull request #88 from google/java-version
Update java library version for release
2 parents cad9408 + 76c8917 commit 8fdf792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/sqlcommenter-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply plugin: "jacoco"
1010
apply plugin: "signing"
1111

1212
group = "com.google.cloud"
13-
version = "1.1.0" // CURRENT_VERSION
13+
version = "2.0.0" // CURRENT_VERSION
1414

1515
sourceCompatibility = 1.8
1616
targetCompatibility = 1.8

0 commit comments

Comments
 (0)