diff options
author | James Moger <james.moger@gitblit.com> | 2011-10-10 19:11:35 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-10-10 19:11:35 -0400 |
commit | 70b492b89bdad54abc10795d12f306d8972d94a7 (patch) | |
tree | c26e474aeffd47623c8f83f82de3c356438311e6 /src/com/gitblit/Constants.java | |
parent | 0dccce1b5cffce03124f001ae03b66962f36fee6 (diff) | |
download | gitblit-70b492b89bdad54abc10795d12f306d8972d94a7.tar.gz gitblit-70b492b89bdad54abc10795d12f306d8972d94a7.zip |
Documentation. Updated snapshot to 0.7.0. Merged server.contextPath.
Diffstat (limited to 'src/com/gitblit/Constants.java')
-rw-r--r-- | src/com/gitblit/Constants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java index f4541c9f..a5b7c4f1 100644 --- a/src/com/gitblit/Constants.java +++ b/src/com/gitblit/Constants.java @@ -29,7 +29,7 @@ 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.1-SNAPSHOT";
+ public static final String VERSION = "0.7.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.
|