Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Awbugl committed Apr 1, 2023
1 parent 7f798c4 commit 3fd5ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Andreal.Window/Common/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Andreal.Window.Common;
internal static class Program
{
//TODO: Update Version
internal const string Version = "v0.5.2";
internal const string Version = "v0.5.3";

internal static readonly ObservableCollection<ExceptionLog> Exceptions = new();
internal static readonly ObservableCollection<MessageLog> Messages = new();
Expand Down

0 comments on commit 3fd5ec6

Please sign in to comment.