From 0f071f11cec4ddf183d510c6d819d6c3ec41827d Mon Sep 17 00:00:00 2001 From: he55 <40764272+he55@users.noreply.github.com> Date: Mon, 25 Dec 2023 21:28:30 +0800 Subject: [PATCH] update version --- src/DreamScene2/Constant.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DreamScene2/Constant.cs b/src/DreamScene2/Constant.cs index ec1b5ee..72f95fc 100644 --- a/src/DreamScene2/Constant.cs +++ b/src/DreamScene2/Constant.cs @@ -3,7 +3,7 @@ public static class Constant { public const string ProjectName = "DreamScene2"; - public const string Version = "1.6"; + public const string Version = "1.7"; public const string MainWindowTitle = ProjectName + " (~ ̄▽ ̄)~"; } }