diff options
author | James Moger <james.moger@gitblit.com> | 2012-03-27 18:12:20 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-03-27 18:12:20 -0400 |
commit | c42cdc295797cd3a7afcaa18aa3ab90df4705671 (patch) | |
tree | 5601741ba28a9dfc8e3169e76ffaea76deb13557 | |
parent | 0273b2905737e41babb0bfba7f4c33100bd40d68 (diff) | |
download | gitblit-c42cdc295797cd3a7afcaa18aa3ab90df4705671.tar.gz gitblit-c42cdc295797cd3a7afcaa18aa3ab90df4705671.zip |
Release 0.9.0v0.9.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 929ab64f..70f5fc00 100644 --- a/src/com/gitblit/Constants.java +++ b/src/com/gitblit/Constants.java @@ -30,11 +30,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.9.0-SNAPSHOT";
+ public static final String VERSION = "0.9.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-03-27";
// The build script extracts this exact line so be careful editing it
// and only use A-Z a-z 0-9 .-_ in the string.
|