Skip to content

Commit bb30ea4

Browse files
committed
Adding more fields to build file
1 parent daf989b commit bb30ea4

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33

44
public class Build {
55

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

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

1010
public static final String GIT_HASH = "BUILD_GENERATED_GIT_HASH";
1111

12+
public static final String GIT_SHORT_HASH = "BUILD_GENERATED_SHORT_GIT_HASH";
13+
14+
public static final String BUILD_DATE = "BUILD_GENERATED_DATE";
15+
1216
}

0 commit comments

Comments
 (0)