From 51d29fd5995fa0e2e7b4e64d3f7e5a4daccefc0d Mon Sep 17 00:00:00 2001 From: Yogesh Ojha Date: Sun, 9 Oct 2022 22:02:52 +0530 Subject: [PATCH] fix version --- CHANGELOG.md | 7 +++++++ docker-compose.dev.yml | 2 +- docker-compose.yml | 2 +- web/dashboard/templates/dashboard/index.html | 2 +- web/templates/base/_items/top_bar.html | 8 ++++---- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e457bae6..c17376d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.3.3 +**Release Date: October 9, 2022** + +# Fixes +- #723, Upgraded Go to 1.18.2 + + ## 1.3.2 **Release Date: August 20, 2022** diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index af029cab..306d754e 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -96,7 +96,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='1.3.2' + - RENGINE_CURRENT_VERSION='1.3.3' volumes: - ./web:/usr/src/app - github_repos:/usr/src/github diff --git a/docker-compose.yml b/docker-compose.yml index 4789df7b..b26ab355 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -95,7 +95,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='1.3.2' + - RENGINE_CURRENT_VERSION='1.3.3' volumes: - ./web:/usr/src/app - github_repos:/usr/src/github diff --git a/web/dashboard/templates/dashboard/index.html b/web/dashboard/templates/dashboard/index.html index 5e0ad589..5f8b3e61 100644 --- a/web/dashboard/templates/dashboard/index.html +++ b/web/dashboard/templates/dashboard/index.html @@ -17,7 +17,7 @@ Dashboard {% endblock custom_js_css_link %} {% block breadcrumb_title %} -reNgine 1.3.2 +reNgine 1.3.3 {% endblock breadcrumb_title %} {% block main_content %} diff --git a/web/templates/base/_items/top_bar.html b/web/templates/base/_items/top_bar.html index 6543e376..be05f75f 100644 --- a/web/templates/base/_items/top_bar.html +++ b/web/templates/base/_items/top_bar.html @@ -137,18 +137,18 @@