From 193ca8218c133407a2ad3e9c8aa257bbc774a956 Mon Sep 17 00:00:00 2001 From: katursis Date: Sun, 12 Feb 2023 19:32:19 +0000 Subject: [PATCH] Update version --- .github/workflows/build.yml | 2 +- src/Pawn.RakNet.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c8e404..d8f30e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ on: - "*/*" - "**" env: - PLUGIN_VERSION: 1.5.1 + PLUGIN_VERSION: 1.6.0 jobs: build-windows-release: diff --git a/src/Pawn.RakNet.inc b/src/Pawn.RakNet.inc index 8c7c119..e53ce9f 100644 --- a/src/Pawn.RakNet.inc +++ b/src/Pawn.RakNet.inc @@ -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