From e20f85719784691be473a99d728f321f370780ae Mon Sep 17 00:00:00 2001 From: James Moger Date: Wed, 28 Sep 2011 10:10:55 -0400 Subject: [PATCH] Reset build identifiers to SNAPSHOT. --- src/com/gitblit/Constants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5