diff options
author | James Moger <james.moger@gitblit.com> | 2011-09-28 10:10:55 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-09-28 10:10:55 -0400 |
commit | e20f85719784691be473a99d728f321f370780ae (patch) | |
tree | 820ad938dd63084b34b2b63e1a885c4eee42ff14 /src | |
parent | cd4b2b84cc6e55afc7c15dcdaade779aa858da6a (diff) | |
download | gitblit-e20f85719784691be473a99d728f321f370780ae.tar.gz gitblit-e20f85719784691be473a99d728f321f370780ae.zip |
Reset build identifiers to SNAPSHOT.
Diffstat (limited to 'src')
-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 943e58c0..f4541c9f 100644 --- a/src/com/gitblit/Constants.java +++ b/src/com/gitblit/Constants.java @@ -29,11 +29,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.6.0";
+ public static final String VERSION = "0.6.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 = "2011-09-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.
|