Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
katursis committed Feb 12, 2023
1 parent 9799739 commit 193ca82
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:
- "*/*"
- "**"
env:
PLUGIN_VERSION: 1.5.1
PLUGIN_VERSION: 1.6.0

jobs:
build-windows-release:
Expand Down
2 changes: 1 addition & 1 deletion src/Pawn.RakNet.inc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define PACK_PLUGIN_VERSION(%0,%1,%2) (((%0) << 16) | ((%1) << 8) | (%2))
#endif

#define PAWNRAKNET_VERSION PACK_PLUGIN_VERSION(1, 5, 1)
#define PAWNRAKNET_VERSION PACK_PLUGIN_VERSION(1, 6, 0)
#define PAWNRAKNET_INCLUDE_VERSION PAWNRAKNET_VERSION // backward compatibility

#define PR_MAX_HANDLERS 256
Expand Down

0 comments on commit 193ca82

Please sign in to comment.