Skip to content
Next Next commit
Set version to 0.7.0-rc1
  • Loading branch information
Semen Medvedev committed Mar 9, 2022
commit 5879856198b6a2e55ac6599b5e97afe788a46a65
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG SOLANA_REVISION=v1.8.12-testnet
ARG EVM_LOADER_REVISION=latest
ARG EVM_LOADER_REVISION=v0.7.0-rc1

FROM neonlabsorg/solana:${SOLANA_REVISION} AS cli

Expand Down
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.6.0-dev'
NEON_PROXY_PKG_VERSION = '0.7.0-rc1'
NEON_PROXY_REVISION = 'NEON_PROXY_REVISION_TO_BE_REPLACED'


Expand Down