Skip to content

Commit e83f297

Browse files
authored
Bump to 1.9.2-SNAPSHOT (#230)
1 parent a294808 commit e83f297

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

grpc-gcp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
mavenLocal()
1414
}
1515

16-
version = '1.9.1'
16+
version = '1.9.2-SNAPSHOT'
1717
group = 'com.google.cloud'
1818
description = 'GRPC-GCP-Extension Java'
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.google.cloud.grpc;
22

33
public class GrpcGcpUtil {
4-
public static final String IMPLEMENTATION_VERSION = "1.9.1";
4+
public static final String IMPLEMENTATION_VERSION = "1.9.2-SNAPSHOT";
55
}

0 commit comments

Comments
 (0)