We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6f369 commit 601a9c3Copy full SHA for 601a9c3
src/version.py
@@ -16,4 +16,4 @@
16
along with this program. If not, see <http://www.gnu.org/licenses/>.
17
'''
18
19
-__VERSION__ = '4.0-dev'
+__VERSION__ = '4.0'
src/web_interface/templates/about.html
@@ -54,7 +54,7 @@ <h3 class="my-4">Change Log</h3>
54
55
<div class="row justify-content-center">
56
<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>
+ <h4>FACT 4.0 (2022-07-21)</h4>
58
<ul>
59
<li>
60
<i class="fas fa-exclamation-triangle" style="color: red;"></i>
0 commit comments