increment plugin version by 1

This commit is contained in:
Green Sky 2023-08-03 13:10:40 +02:00
parent e4be699c66
commit d41efddf56
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <stdint.h>
#define SOLANA_PLUGIN_VERSION 1
#define SOLANA_PLUGIN_VERSION 2
#if defined(_MSC_VER) || defined(__MINGW32__)
#define SOLANA_PLUGIN_EXPORT __declspec(dllexport)