Browse Source

Release v0.8.0

tags/v0.8.0^0
James Moger 12 years ago
parent
commit
f1c9345ae0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/com/gitblit/Constants.java

+ 2
- 2
src/com/gitblit/Constants.java View File

@@ -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.

Loading…
Cancel
Save