I18NCommander/I18N Commander/Processor/Version.cs

6 lines
146 B
C#
Raw Normal View History

2022-11-06 19:12:26 +00:00
namespace Processor;
public static class Version
{
public static string Text => $"v0.8.4 (2023-02-12), .NET {Environment.Version}";
2022-11-06 19:12:26 +00:00
}