mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-08-17 19:35:42 +02:00
fix version
This commit is contained in:
@@ -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**
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -17,7 +17,7 @@ Dashboard
|
||||
{% endblock custom_js_css_link %}
|
||||
|
||||
{% block breadcrumb_title %}
|
||||
<span class="badge badge-soft-info">reNgine 1.3.2</span>
|
||||
<span class="badge badge-soft-info">reNgine 1.3.3</span>
|
||||
{% endblock breadcrumb_title %}
|
||||
|
||||
{% block main_content %}
|
||||
|
||||
@@ -137,18 +137,18 @@
|
||||
<div class="logo-box">
|
||||
<a href="{% url 'dashboardIndex' %}" class="logo logo-dark text-center">
|
||||
<span class="logo-sm">
|
||||
<h3 class="text-logo vertical-center">reNgine<small>1.3.2</small></h3>
|
||||
<h3 class="text-logo vertical-center">reNgine<small>1.3.3</small></h3>
|
||||
</span>
|
||||
<span class="logo-lg">
|
||||
<h3 class="text-logo vertical-center">reNgine<small>1.3.2</small></h3>
|
||||
<h3 class="text-logo vertical-center">reNgine<small>1.3.3</small></h3>
|
||||
</span>
|
||||
</a>
|
||||
<a href="{% url 'dashboardIndex' %}" class="logo logo-light text-center">
|
||||
<span class="logo-sm">
|
||||
<h3 class="text-sm-logo vertical-center">reNgine<small>1.3.2</small></h3>
|
||||
<h3 class="text-sm-logo vertical-center">reNgine<small>1.3.3</small></h3>
|
||||
</span>
|
||||
<span class="logo-lg">
|
||||
<h3 class="text-lg-logo vertical-center">reNgine<small>1.3.2</small></h3>
|
||||
<h3 class="text-lg-logo vertical-center">reNgine<small>1.3.3</small></h3>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user