mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-18 15:10:48 +08:00
7 lines
153 B
C#
7 lines
153 B
C#
namespace LanMountainDesktop.AirAppIsolation.Contracts;
|
|
|
|
public static class AirAppIsolationProtocolVersion
|
|
{
|
|
public const string Current = "1.0";
|
|
}
|