From 6c3ab28d88ab5ef7913c9b4cc44db57d7e1f881b Mon Sep 17 00:00:00 2001 From: Dany LE Date: Wed, 24 Jul 2024 23:59:50 +0200 Subject: [PATCH] bump to version 2.1.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0e72596..083dbe1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DOCKER_TAG?=$(subst master,stable,$(subst refs/heads/,,$(shell git symbolic-ref DOCKER_IMAGE?=iohubdev/antos ARCH?=amd64 -VERSION?=2.1.0-b +VERSION?=2.1.1-b RUSTUP_HOME?=/opt/rust CARGO_HOME?=/opt/rust/cargo @@ -202,4 +202,4 @@ sdk: done # --push -.PHONY: antd antos docker \ No newline at end of file +.PHONY: antd antos docker