We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 084d1ff commit 70701baCopy full SHA for 70701ba
.github/workflows/build.yml
@@ -15,7 +15,7 @@ on:
15
- 16x_ex
16
17
env:
18
- EFFEKSEER_VERSION: 170Beta1
+ EFFEKSEER_VERSION: 170Beta2
19
20
jobs:
21
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β1";
+ public const string Version = "1.70β2";
191
192
public const string OptionFilePath = "config.option.xml";
193
0 commit comments