Skip to content

Commit a3a7794

Browse files
committed
Merge pull request #278 from GoogleCloudPlatform/release_v0.9-alpha.3
set version back to 0.9-alpha.3
2 parents 0a34cb4 + c26aa31 commit a3a7794

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-alpha.4-SNAPSHOT'
26+
version = '0.9-alpha.3'
2727

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

0 commit comments

Comments
 (0)