Skip to content

Commit

Permalink
Incremented version number, v2.0.0-develop
Browse files Browse the repository at this point in the history
The "breaking changes" release :-)
  • Loading branch information
leekelleher committed Dec 16, 2020
1 parent 26cda2a commit 457e62c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0-develop
2.0.0
6 changes: 3 additions & 3 deletions src/Umbraco.Community.Contentment/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
@@ -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")]

0 comments on commit 457e62c

Please sign in to comment.