Skip to content

Commit bfe3e37

Browse files
committed
1.62e
1 parent 816b7a4 commit bfe3e37

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
@@ -13,7 +13,7 @@ on:
1313
- 16x
1414

1515
env:
16-
EFFEKSEER_VERSION: 162d
16+
EFFEKSEER_VERSION: 162e
1717

1818
jobs:
1919
tests:

Dev/Editor/EffekseerCore/Core.cs

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

189189
public class Core
190190
{
191-
public const string Version = "1.62d";
191+
public const string Version = "1.62e";
192192

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

0 commit comments

Comments
 (0)