From ea7d52a3536e16ff4ba4ef5616d25585e655f72f Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Wed, 8 Oct 2014 13:56:15 +0200 Subject: [PATCH] Update version --- build/Build.bat | 2 +- src/Umbraco.Core/Configuration/UmbracoVersion.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Build.bat b/build/Build.bat index f9df0cf663..4cb22d9ccc 100644 --- a/build/Build.bat +++ b/build/Build.bat @@ -4,7 +4,7 @@ IF NOT EXIST UmbracoVersion.txt ( GOTO :showerror ) SET /p release= /// The version comment. - public static string CurrentComment { get { return "alpha"; } } + public static string CurrentComment { get { return "beta"; } } // Get the version of the umbraco.dll by looking at a class in that dll // Had to do it like this due to medium trust issues, see: http://haacked.com/archive/2010/11/04/assembly-location-and-medium-trust.aspx