From ef482761bc737eedb9df8f7229d145dd8cc256f1 Mon Sep 17 00:00:00 2001 From: dathlin Date: Sun, 4 Jun 2017 11:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E5=8F=91=E5=B8=831.0.5?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CommonLibrary/Common.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonLibrary/Common.cs b/CommonLibrary/Common.cs index 1350a53..4a43351 100644 --- a/CommonLibrary/Common.cs +++ b/CommonLibrary/Common.cs @@ -12,7 +12,7 @@ namespace CommonLibrary { //初始化模版的版本号 //预计第一个正式发行的版本为1.1.0 日期为2017-08-10 - SoftBasic.FrameworkVersion = new SystemVersion("1.0.4"); + SoftBasic.FrameworkVersion = new SystemVersion("1.0.5"); }