We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df8a0a7 commit 92fdeb3Copy full SHA for 92fdeb3
.github/workflows/build.yml
@@ -16,7 +16,7 @@ on:
16
- 17x
17
18
env:
19
- EFFEKSEER_VERSION: 170b
+ EFFEKSEER_VERSION: 170e
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.70b";
+ public const string Version = "1.70e";
191
192
public const string OptionFilePath = "config.option.xml";
193
0 commit comments