From 22a55826f7a20c30f9b18fccae4e3f036c174405 Mon Sep 17 00:00:00 2001 From: Charlie Date: Tue, 22 Oct 2024 11:35:37 +0100 Subject: [PATCH] chore: set latest version --- .env | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 0ba67e48..f09fad0a 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -VEGA_SIM_VEGA_TAG=base-price-oracle +VEGA_SIM_VEGA_TAG=0bea84651add988a725679b199b74f16f5cdc804 VEGA_SIM_CONSOLE_TAG=develop VEGA_DEFAULT_KEY_NAME='Key 1' VEGA_SIM_NETWORKS_INTERNAL_TAG=main diff --git a/Jenkinsfile b/Jenkinsfile index 0002a8de..cd6631f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { disableConcurrentBuilds(abortPrevious: true) } parameters { - string( name: 'VEGA_VERSION', defaultValue: '260cc2e885acfbca297fd2c7cefd6a8abc0fd788', + string( name: 'VEGA_VERSION', defaultValue: '0bea84651add988a725679b199b74f16f5cdc804', description: 'Git branch, tag or hash of the vegaprotocol/vega repository') string( name: 'VEGACAPSULE_VERSION', defaultValue: 'main', description: 'Git branch, tag or hash of the vegaprotocol/vegacapsule repository')