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 ed1b377 commit 1445998Copy full SHA for 1445998
grpc-common-spring-boot/src/main/java/net/devh/boot/grpc/common/util/Constants.java
@@ -24,7 +24,7 @@ public final class Constants {
24
/**
25
* A constant that defines the current version of the library.
26
*/
27
- public static final String VERSION = Constants.class.getPackage().getImplementationVersion();
+ public static final String VERSION = "v"+Constants.class.getPackage().getImplementationVersion();
28
29
30
0 commit comments