diff options
author | James Moger <james.moger@gitblit.com> | 2012-01-11 16:35:31 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-01-11 16:35:31 -0500 |
commit | f1c9345ae01d9fa73d75f89d5a428f128189006a (patch) | |
tree | 2a2df195aaf51e16172e88e803ef681ffd7a76a5 | |
parent | a48c33a76f3497d33e0c3d0d3cf1a59aef23679f (diff) | |
download | gitblit-0.8.0.tar.gz gitblit-0.8.0.zip |
Release v0.8.0v0.8.0
-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 23e75572..ff58283e 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.8.0-SNAPSHOT";
+ public static final String VERSION = "0.8.0";
// 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 = "PENDING";
+ public static final String VERSION_DATE = "2012-01-11";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|