From 7a94b54eed0f01e5d7922efc634e28a6d6e9a770 Mon Sep 17 00:00:00 2001 From: Misha <38132534+SozinM@users.noreply.github.com> Date: Wed, 14 Sep 2022 12:22:17 +0700 Subject: [PATCH] Bump mainnet version NEAR using different versions for mainnet and testnet so we creating 1.28.1 release --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b71426..6cc688b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM rust:1.62.0-bullseye as build -ENV VERSION=1.29.0-rc.1 +ENV VERSION=1.28.1 RUN apt-get update -y && apt-get install git binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev \