diff --git a/proxy/plugin/solana_rest_api.py b/proxy/plugin/solana_rest_api.py index 133333e3d..103fd2837 100644 --- a/proxy/plugin/solana_rest_api.py +++ b/proxy/plugin/solana_rest_api.py @@ -42,7 +42,7 @@ modelInstanceLock = threading.Lock() modelInstance = None -NEON_PROXY_PKG_VERSION = '0.7.0' +NEON_PROXY_PKG_VERSION = '0.7.1' NEON_PROXY_REVISION = 'NEON_PROXY_REVISION_TO_BE_REPLACED'