Skip to content

Commit

Permalink
1.70Beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Aug 20, 2022
1 parent 084d1ff commit 70701ba
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 @@ -15,7 +15,7 @@ on:
- 16x_ex

env:
EFFEKSEER_VERSION: 170Beta1
EFFEKSEER_VERSION: 170Beta2

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 @@ -187,7 +187,7 @@ public override string ToString()

public class Core
{
public const string Version = "1.70β1";
public const string Version = "1.70β2";

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

Expand Down

0 comments on commit 70701ba

Please sign in to comment.