moved to version 0.0.9 in preparation for MVP release

This commit is contained in:
Shaun Walker
2020-03-18 08:59:41 -04:00
parent 8bc694fe63
commit 50bbc7f5b8
6 changed files with 22 additions and 9 deletions

View File

@ -3,7 +3,7 @@
public class Constants
{
public const string PackageId = "Oqtane.Framework";
public const string Version = "0.0.1";
public const string Version = "0.0.9";
public const string PageComponent = "Oqtane.UI.ThemeBuilder, Oqtane.Client";
public const string ContainerComponent = "Oqtane.UI.ContainerBuilder, Oqtane.Client";