Skip to content
Prev Previous commit
Next Next commit
Update version to 0.7.1
  • Loading branch information
afalaleev committed Mar 16, 2022
commit 0e729207b2cb11e645ede1f2482152f603022ae9
2 changes: 1 addition & 1 deletion proxy/plugin/solana_rest_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'


Expand Down