summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-07-27 08:37:44 -0400
committerJames Moger <james.moger@gitblit.com>2011-07-27 08:37:44 -0400
commit8ebdf3c816268161f8a7a51b06f25f66d323a22e (patch)
tree6af6f57cb858f2cb452183f941fdacfd0a46a563
parent85e8b6b09771ee07f2f28eb4d8b3d74a6232e7d3 (diff)
downloadgitblit-8ebdf3c816268161f8a7a51b06f25f66d323a22e.tar.gz
gitblit-8ebdf3c816268161f8a7a51b06f25f66d323a22e.zip
Switch back to development.
-rw-r--r--src/com/gitblit/Constants.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java
index df15cb94..4d9a87c5 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.5.2";
+ public static final String VERSION = "0.6.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 = "2011-07-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.