Skip to content

Commit

Permalink
Bump version to 0.9.2.0 for the next release cycle.
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-wilke committed Feb 10, 2020
1 parent 5c2e22c commit 95c5a0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// associated with an assembly.
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Soloplan GmbH")]
[assembly: AssemblyCopyright("Copyright © Soloplan GmbH 2019")]
[assembly: AssemblyCopyright("Copyright © Soloplan GmbH 2020")]
[assembly: AssemblyProduct("whatsON")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand All @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.1.0")]
[assembly: AssemblyFileVersion("0.9.1.0")]
[assembly: AssemblyVersion("0.9.2.0")]
[assembly: AssemblyFileVersion("0.9.2.0")]

0 comments on commit 95c5a0e

Please sign in to comment.