Skip to content

Commit

Permalink
Merge pull request #1284 from iJungleboy/dev
Browse files Browse the repository at this point in the history
Make version static-readonly
  • Loading branch information
sbwalker authored Apr 27, 2021
2 parents 307f97c + a531a23 commit c320033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oqtane.Shared/Shared/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace Oqtane.Shared {

public class Constants {
public const string PackageId = "Oqtane.Framework";
public const string Version = "2.1.0";
public static readonly string Version = "2.1.0";
public const string ReleaseVersions = "1.0.0,1.0.1,1.0.2,1.0.3,1.0.4,2.0.0,2.0.1,2.0.2,2.1.0";

public const string PageComponent = "Oqtane.UI.ThemeBuilder, Oqtane.Client";
Expand Down

0 comments on commit c320033

Please sign in to comment.