We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db990e commit 5e81271Copy full SHA for 5e81271
.github/workflows/build.yml
@@ -15,7 +15,7 @@ on:
15
- 16x_ex
16
17
env:
18
- EFFEKSEER_VERSION: 170Beta3
+ EFFEKSEER_VERSION: 170
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β3";
+ public const string Version = "1.70";
191
192
public const string OptionFilePath = "config.option.xml";
193
0 commit comments