diff options
author | James Moger <james.moger@gitblit.com> | 2012-03-27 18:16:31 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-03-27 18:16:31 -0400 |
commit | 80415e1d9bd3a4afdaee1037067e21873c61b425 (patch) | |
tree | 42c6c160a81f28e88a0cc8fc718ada022b262914 | |
parent | c42cdc295797cd3a7afcaa18aa3ab90df4705671 (diff) | |
download | gitblit-80415e1d9bd3a4afdaee1037067e21873c61b425.tar.gz gitblit-80415e1d9bd3a4afdaee1037067e21873c61b425.zip |
Reset build identifier for 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 70f5fc00..bbb986b2 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 = "0.9.0";
+ public static final String VERSION = "1.0.0-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-03-27";
+ 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.
|