Skip to content

Commit

Permalink
Update API to 1.5.78, v65
Browse files Browse the repository at this point in the history
  • Loading branch information
fifty-six committed Oct 21, 2021
1 parent b5687a5 commit 15a3b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Vanilla
run: |
wget https://files.catbox.moe/b7ulxr.zip -O Vanilla.zip
wget https://files.catbox.moe/i4sdl6.zip -O Vanilla.zip
unzip Vanilla.zip -d Vanilla
- name: Setup .NET
uses: actions/setup-dotnet@v1
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Vanilla
run: |
wget https://files.catbox.moe/998qrb.zip -O Vanilla.zip
wget https://files.catbox.moe/j85bvb.zip -O Vanilla.zip
unzip Vanilla.zip -d Vanilla
- name: Setup .NET
uses: actions/setup-dotnet@v1
Expand Down
2 changes: 1 addition & 1 deletion Assembly-CSharp/ModHooks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Modding
[PublicAPI]
public class ModHooks
{
private const int _modVersion = 64;
private const int _modVersion = 65;

internal static bool IsInitialized;

Expand Down

3 comments on commit 15a3b6b

@mandar1jn
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why update the HK version now? Last time I tried to update the api to the latest public beta you closed the pr because it wasn’t a major update.

@fifty-six
Copy link
Member Author

@fifty-six fifty-six commented on 15a3b6b Oct 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I closed the PR because it was a (non-major) beta. It is no longer a beta.

@mandar1jn
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know. I read the announcement in the HK discord which mentioned it was a beta. That is why I was confused.

Please sign in to comment.