Skip to content

Commit

Permalink
Updated versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
julblais committed Mar 8, 2023
1 parent 504f9bd commit 36794e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public static class Version
{
public const int Major = 0;
public const int Minor = 7;
public const int Patch = 1;
public const int Patch = 2;

public static readonly string AsString = $"{Major}.{Minor}.{Patch}";
}
Expand Down
2 changes: 1 addition & 1 deletion webApp/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public static class Version
{
public const int Major = 0;
public const int Minor = 8;
public const int Patch = 0;
public const int Patch = 1;

public static readonly string AsString = $"{Major}.{Minor}.{Patch}";
public static readonly string Core = STAR.Version.AsString;
Expand Down

0 comments on commit 36794e7

Please sign in to comment.