Skip to content

Commit

Permalink
1.62e
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Jun 12, 2022
1 parent 816b7a4 commit bfe3e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- 16x

env:
EFFEKSEER_VERSION: 162d
EFFEKSEER_VERSION: 162e

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion Dev/Editor/EffekseerCore/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public override string ToString()

public class Core
{
public const string Version = "1.62d";
public const string Version = "1.62e";

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

Expand Down

0 comments on commit bfe3e37

Please sign in to comment.