diff --git a/docker-compose.yml b/docker-compose.yml index bb5b550a..7423f95a 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 703cec9e..6a0ca2d5 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