Skip to content

Commit 5e81271

Browse files
committed
1.70
1 parent 9db990e commit 5e81271

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- 16x_ex
1616

1717
env:
18-
EFFEKSEER_VERSION: 170Beta3
18+
EFFEKSEER_VERSION: 170
1919

2020
jobs:
2121
tests:

Dev/Editor/EffekseerCore/Core.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public override string ToString()
187187

188188
public class Core
189189
{
190-
public const string Version = "1.70β3";
190+
public const string Version = "1.70";
191191

192192
public const string OptionFilePath = "config.option.xml";
193193

0 commit comments

Comments
 (0)