Skip to content

Commit 50c7e11

Browse files
committed
Fixes version field
1 parent 128d2fe commit 50c7e11

File tree

1 file changed

+1
-1
lines changed
  • libs/sparkpost-lib/src/main/java/com/sparkpost

1 file changed

+1
-1
lines changed

libs/sparkpost-lib/src/main/java/com/sparkpost/Build.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
public class Build {
55

6-
public static final String VERSION = "VERSION_NUMBER";
6+
public static final String VERSION = "BUILD_VERSION_NAME";
77

88
public static final String BUILD_VERSION = "BUILD_GENERATED_VERSION";
99

0 commit comments

Comments
 (0)