diff options
author | James Moger <james.moger@gitblit.com> | 2011-10-10 19:12:00 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-10-10 19:12:00 -0400 |
commit | 51e21e040c65781cea10b54365e87fa8e0459737 (patch) | |
tree | bfd774b72f7f5ff9a8e349167c991da017261bc2 /src/com/gitblit/Constants.java | |
parent | 55cecdbb6c961441330c928f9ed587582f317f4b (diff) | |
parent | 70b492b89bdad54abc10795d12f306d8972d94a7 (diff) | |
download | gitblit-51e21e040c65781cea10b54365e87fa8e0459737.tar.gz gitblit-51e21e040c65781cea10b54365e87fa8e0459737.zip |
Merge branch 'master' into rpc
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 5b4b0b6a..52af3e91 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.
|