Bumped the version number for 4.8.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
-->
|
||||
<property name="nant.settings.currentframework" value="net-4.0" />,
|
||||
|
||||
<property name="build.version" value="4.7.2"/>
|
||||
<property name="build.version" value="4.8.0"/>
|
||||
<property name="build.configuration" value="Debug"/>
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace umbraco
|
||||
{
|
||||
#region Private static fields
|
||||
// CURRENT UMBRACO VERSION ID
|
||||
private static string _currentVersion = "4.7.2";
|
||||
private static string _currentVersion = "4.8.0";
|
||||
|
||||
private static string _reservedUrlsCache;
|
||||
private static string _reservedPathsCache;
|
||||
|
||||
Reference in New Issue
Block a user