We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816b7a4 commit bfe3e37Copy full SHA for bfe3e37
.github/workflows/build.yml
@@ -13,7 +13,7 @@ on:
13
- 16x
14
15
env:
16
- EFFEKSEER_VERSION: 162d
+ EFFEKSEER_VERSION: 162e
17
18
jobs:
19
tests:
Dev/Editor/EffekseerCore/Core.cs
@@ -188,7 +188,7 @@ public override string ToString()
188
189
public class Core
190
{
191
- public const string Version = "1.62d";
+ public const string Version = "1.62e";
192
193
public const string OptionFilePath = "config.option.xml";
194
0 commit comments