diff --git a/build/Build.bat b/build/Build.bat index 56439efbcf..0f0a6f1711 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 "beta"; } } + public static string CurrentComment { get { return "beta2"; } } // 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