From: James Moger Date: Wed, 28 Sep 2011 14:10:55 +0000 (-0400) Subject: Reset build identifiers to SNAPSHOT. X-Git-Tag: v0.7.0~106 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e20f85719784691be473a99d728f321f370780ae;p=gitblit.git Reset build identifiers to SNAPSHOT. --- diff --git a/src/com/gitblit/Constants.java b/src/com/gitblit/Constants.java index 943e58c0..f4541c9f 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.6.0"; + public static final String VERSION = "0.6.1-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. - public static final String VERSION_DATE = "2011-09-27"; + public static final String VERSION_DATE = "PENDING"; // The build script extracts this exact line so be careful editing it // and only use A-Z a-z 0-9 .-_ in the string.