We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21965a commit b9371b1Copy full SHA for b9371b1
google-cloud-pubsublite/src/main/java/com/google/cloud/pubsublite/internal/wire/Versions.java
@@ -25,7 +25,7 @@ private Versions() {}
25
private static String[] GetVersionSplits() {
26
try {
27
String versionString = GaxProperties.getLibraryVersion(Versions.class);
28
- return versionString.split(".");
+ return versionString.split("\\.");
29
} catch (Exception e) {
30
return new String[0];
31
}
0 commit comments