From d7244111e27eca13975eba54c649e89abadc1aa3 Mon Sep 17 00:00:00 2001 From: durswd Date: Thu, 24 Nov 2022 23:27:44 +0900 Subject: [PATCH] 170a --- .github/workflows/build.yml | 2 +- Dev/Editor/EffekseerCore/Core.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f36b73e589..fd4bf3e2e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ on: - 17x env: - EFFEKSEER_VERSION: 170 + EFFEKSEER_VERSION: 170a jobs: tests: diff --git a/Dev/Editor/EffekseerCore/Core.cs b/Dev/Editor/EffekseerCore/Core.cs index a27e88c380..f99fbc679f 100644 --- a/Dev/Editor/EffekseerCore/Core.cs +++ b/Dev/Editor/EffekseerCore/Core.cs @@ -187,7 +187,7 @@ public override string ToString() public class Core { - public const string Version = "1.70"; + public const string Version = "1.70a"; public const string OptionFilePath = "config.option.xml";