From 0494e102f592f6a507398f8b6d98537659b65648 Mon Sep 17 00:00:00 2001 From: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:26:17 +0200 Subject: [PATCH] build(version): bump to 2.0.7 --- docker-compose.yml | 2 +- web/reNgine/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index bb5b550ae..7423f95ac 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -112,7 +112,7 @@ services: - POSTGRES_HOST=${POSTGRES_HOST} # THIS IS A MUST FOR CHECKING UPDATE, EVERYTIME A COMMIT IS MERGED INTO # MASTER, UPDATE THIS!!! MAJOR.MINOR.PATCH https://semver.org/ - - RENGINE_CURRENT_VERSION='2.0.6' + - RENGINE_CURRENT_VERSION='2.0.7' volumes: - ./web:/usr/src/app - github_repos:/usr/src/github diff --git a/web/reNgine/version.txt b/web/reNgine/version.txt index 703cec9e2..6a0ca2d59 100644 --- a/web/reNgine/version.txt +++ b/web/reNgine/version.txt @@ -1 +1 @@ -2.0.6 \ No newline at end of file +2.0.7 \ No newline at end of file