Update version to 4.11.7

This commit is contained in:
Sebastiaan Janssen
2013-04-10 08:54:31 -02:00
parent da92ece774
commit 809badd1cf

View File

@@ -28,7 +28,7 @@ namespace Umbraco.Core.Configuration
#region Private static fields
// CURRENT UMBRACO VERSION ID
private const string CurrentUmbracoVersion = "4.11.6";
private const string CurrentUmbracoVersion = "4.11.7";
private static readonly object Locker = new object();
//make this volatile so that we can ensure thread safety with a double check lock