From 463a5216445471da471c2e9f0ee40080116c6a26 Mon Sep 17 00:00:00 2001 From: gregnuj Date: Sun, 19 Nov 2023 11:19:45 -0600 Subject: [PATCH 1/2] add release v2.5.2 --- .env | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 6c5cea7..c699943 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ COMPOSE_PROJECT_NAME=localterra -TERRA_VERSION=2.4.2 +TERRA_VERSION=2.5.2 diff --git a/Dockerfile b/Dockerfile index c7c0296..2695dfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG TERRA_VERSION=2.4.2 +ARG TERRA_VERSION=2.5.2 FROM ghcr.io/terra-money/core:${TERRA_VERSION} From e14c58307db23dba503ff651d21f80cf21e4450c Mon Sep 17 00:00:00 2001 From: gregnuj Date: Sun, 19 Nov 2023 11:22:48 -0600 Subject: [PATCH 2/2] release v2.5.0 --- .env | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index c699943..ec1d924 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ COMPOSE_PROJECT_NAME=localterra -TERRA_VERSION=2.5.2 +TERRA_VERSION=2.5.0 diff --git a/Dockerfile b/Dockerfile index 2695dfc..94b4651 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG TERRA_VERSION=2.5.2 +ARG TERRA_VERSION=2.5.0 FROM ghcr.io/terra-money/core:${TERRA_VERSION}