From 988e075c448359e4e431045fc5451675c3c3d6a9 Mon Sep 17 00:00:00 2001 From: Huo Yaoyuan Date: Thu, 30 Nov 2017 20:58:08 +0800 Subject: [PATCH] v0.7.6 --- AdmiralRoom/Properties/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdmiralRoom/Properties/VersionInfo.cs b/AdmiralRoom/Properties/VersionInfo.cs index 1526a2a..2e0b252 100644 --- a/AdmiralRoom/Properties/VersionInfo.cs +++ b/AdmiralRoom/Properties/VersionInfo.cs @@ -2,6 +2,6 @@ { public static class _Version { - public const string Version = "0.7.5.817"; + public const string Version = "0.7.6.824"; } }