We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3750661 commit 02e9b77Copy full SHA for 02e9b77
1 file changed
sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/core/GaxProperties.java
@@ -45,7 +45,7 @@
45
@InternalApi
46
public class GaxProperties {
47
48
- private static final String DEFAULT_VERSION = "";
+ private static final String DEFAULT_VERSION = "0.0";
49
private static final String GAX_VERSION = getLibraryVersion(GaxProperties.class, "version.gax");
50
private static final String JAVA_VERSION = getRuntimeVersion();
51
private static final String PROTOBUF_VERSION =
0 commit comments