From dfdc2ff8edc3db955524915b16f8c83c88226091 Mon Sep 17 00:00:00 2001 From: alexstratos Date: Fri, 22 Sep 2023 16:40:52 -0400 Subject: [PATCH] bump version v0.11.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 218787f6..759daade 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ BUILDDIR ?= $(CURDIR)/build LEDGER_ENABLED ?= false -APP_VER := v0.11.0 +APP_VER := v0.11.1 COMMIT := $(GIT_COMMIT_HASH) TEST_DOCKER_REPO=stratos-chain-e2e