From faeef69c2b833743cd530393dec7980ba536bbfc Mon Sep 17 00:00:00 2001 From: gregnuj Date: Sun, 19 Nov 2023 11:27:03 -0600 Subject: [PATCH] release v2.6.0 --- .env | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index c699943..93b5ea2 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ COMPOSE_PROJECT_NAME=localterra -TERRA_VERSION=2.5.2 +TERRA_VERSION=2.6.0 diff --git a/Dockerfile b/Dockerfile index 2695dfc..c588b6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG TERRA_VERSION=2.5.2 +ARG TERRA_VERSION=2.6.0 FROM ghcr.io/terra-money/core:${TERRA_VERSION}