diff options
author | James Moger <james.moger@gitblit.com> | 2012-07-14 00:26:58 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-07-14 00:26:58 -0400 |
commit | d6372fccccce790d8a75fc447510c1437f55e653 (patch) | |
tree | a9f07c4387649036ed3f552c03883209785ea779 | |
parent | 8b7d3017cb094d3181235df2802f614ec339ef8d (diff) | |
download | gitblit-d6372fccccce790d8a75fc447510c1437f55e653.tar.gz gitblit-d6372fccccce790d8a75fc447510c1437f55e653.zip |
Reset build identifiers for the next release
-rw-r--r-- | src/com/gitblit/Constants.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java index 3bc414b5..b80c968c 100644 --- a/src/com/gitblit/Constants.java +++ b/src/com/gitblit/Constants.java @@ -30,11 +30,11 @@ public class Constants { // The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
- public static final String VERSION = "1.0.0";
+ public static final String VERSION = "1.0.1-SNAPSHOT";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
- public static final String VERSION_DATE = "2012-07-14";
+ public static final String VERSION_DATE = "PENDING";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|