Skip to content

Commit d724411

Browse files
committed
170a
1 parent f49e578 commit d724411

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
@@ -16,7 +16,7 @@ on:
1616
- 17x
1717

1818
env:
19-
EFFEKSEER_VERSION: 170
19+
EFFEKSEER_VERSION: 170a
2020

2121
jobs:
2222
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";
190+
public const string Version = "1.70a";
191191

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

0 commit comments

Comments
 (0)