From 9ca56877c69aa4dbda9fdd82223dbbeebab594a6 Mon Sep 17 00:00:00 2001 From: Gancho Manev Date: Thu, 8 Dec 2022 18:38:27 +0200 Subject: [PATCH] bump the smart contract version --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 764323f2..407f216d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ variables: ARTIFACT_BIN: "nolus.tar.gz" ARTIFACT_SCRIPTS: "scripts.tar.gz" # TODO consider determining the last one dynamically from the GitLab API - CONTRACTS_VERSION: "v0.2.5" + CONTRACTS_VERSION: "v0.2.7" CONTRACTS_DIR: "artifacts" NOLUS_BUILDER_REPO: "builder"