From 457e62c795cbf476af29fb269901f2545c934165 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Thu, 2 Jul 2020 16:28:13 +0100 Subject: [PATCH] Incremented version number, v2.0.0-develop The "breaking changes" release :-) --- VERSION | 2 +- src/Umbraco.Community.Contentment/Properties/VersionInfo.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 89cddd5e..359a5b95 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0-develop \ No newline at end of file +2.0.0 \ No newline at end of file diff --git a/src/Umbraco.Community.Contentment/Properties/VersionInfo.cs b/src/Umbraco.Community.Contentment/Properties/VersionInfo.cs index 8716556b..0662733b 100644 --- a/src/Umbraco.Community.Contentment/Properties/VersionInfo.cs +++ b/src/Umbraco.Community.Contentment/Properties/VersionInfo.cs @@ -1,5 +1,5 @@ using System.Reflection; -[assembly: AssemblyVersion("1.3")] -[assembly: AssemblyFileVersion("1.3.0")] -[assembly: AssemblyInformationalVersion("1.3.0-develop")] +[assembly: AssemblyVersion("2.0")] +[assembly: AssemblyFileVersion("2.0.0")] +[assembly: AssemblyInformationalVersion("2.0.0-develop")]