Skip to content

Commit 167b569

Browse files
committed
Bump to 1.9.3-SNAPSHOT
1 parent e79d760 commit 167b569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2'
16+
version = '1.9.3-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.2";
4+
public static final String IMPLEMENTATION_VERSION = "1.9.3-SNAPSHOT";
55
}

0 commit comments

Comments
 (0)