We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49e578 commit d724411Copy full SHA for d724411
.github/workflows/build.yml
@@ -16,7 +16,7 @@ on:
16
- 17x
17
18
env:
19
- EFFEKSEER_VERSION: 170
+ EFFEKSEER_VERSION: 170a
20
21
jobs:
22
tests:
Dev/Editor/EffekseerCore/Core.cs
@@ -187,7 +187,7 @@ public override string ToString()
187
188
public class Core
189
{
190
- public const string Version = "1.70";
+ public const string Version = "1.70a";
191
192
public const string OptionFilePath = "config.option.xml";
193
0 commit comments