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