From: James Moger Date: Tue, 27 Mar 2012 22:12:20 +0000 (-0400) Subject: Release 0.9.0 X-Git-Tag: v0.9.0^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c42cdc295797cd3a7afcaa18aa3ab90df4705671;p=gitblit.git Release 0.9.0 --- 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.