Skip to content

Commit bc3f7a0

Browse files
committed
Merge pull request #299 from GoogleCloudPlatform/release_0.9-alpha.4
last 0.9.0 maintenance release to fix repository channel name
2 parents a3346d2 + 3e53bf6 commit bc3f7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ subprojects {
2323
targetCompatibility = javaVersion
2424
tasks.withType(JavaCompile) { options.encoding = 'UTF-8' }
2525
group = 'com.google.gct'
26-
version = '0.9.1-alpha-SNAPSHOT'
26+
version = '0.9-alpha.4'
2727

2828
apply plugin: 'org.jetbrains.intellij'
2929
intellij {

0 commit comments

Comments
 (0)