Skip to content

Commit 1445998

Browse files
missing the first v in the version string
1 parent ed1b377 commit 1445998

File tree

1 file changed

+1
-1
lines changed
  • grpc-common-spring-boot/src/main/java/net/devh/boot/grpc/common/util

1 file changed

+1
-1
lines changed

grpc-common-spring-boot/src/main/java/net/devh/boot/grpc/common/util/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public final class Constants {
2424
/**
2525
* A constant that defines the current version of the library.
2626
*/
27-
public static final String VERSION = Constants.class.getPackage().getImplementationVersion();
27+
public static final String VERSION = "v"+Constants.class.getPackage().getImplementationVersion();
2828

2929

3030
/**

0 commit comments

Comments
 (0)