Skip to content

Commit 601a9c3

Browse files
committed
bumped version to 4.0
1 parent cd6f369 commit 601a9c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
'''
1818

19-
__VERSION__ = '4.0-dev'
19+
__VERSION__ = '4.0'

src/web_interface/templates/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h3 class="my-4">Change Log</h3>
5454

5555
<div class="row justify-content-center">
5656
<div class="col-xl-8 col-lg-12" style="width:100%;column-count:2;column-rule:grey 1px dotted;column-gap:50px">
57-
<h4>FACT 4.0-dev</h4>
57+
<h4>FACT 4.0 (2022-07-21)</h4>
5858
<ul>
5959
<li>
6060
<i class="fas fa-exclamation-triangle" style="color: red;"></i>

0 commit comments

Comments
 (0)