diff options
author | FChannel <> | 2021-07-07 13:48:22 -0700 |
---|---|---|
committer | FChannel <> | 2021-07-07 13:48:22 -0700 |
commit | 3d6891c9403bbc3c7d268c17b5e514bb38eb2881 (patch) | |
tree | b6cfb3282d149618b7c33d053ba13d3bd99cc998 /static/faq.html | |
parent | 188c137e8ffee7fce6cb5e363b5ea5a3095318ef (diff) |
fixed caching order
Diffstat (limited to 'static/faq.html')
-rw-r--r-- | static/faq.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/faq.html b/static/faq.html index 35c07f0..7405982 100644 --- a/static/faq.html +++ b/static/faq.html @@ -56,7 +56,7 @@ <p>Soon™.</p> <h4 id="version">What version is this FChannel instance?</h4> - <p>v0.0.7-dev</p> + <p>v0.0.8-dev</p> </div> <div style="width: 500px; margin:0 auto; margin-top: 50px; text-align: center;"> <a href="/">[Home]</a><a href="/static/rules.html">[Rules]</a><a href="/static/faq.html">[FAQ]</a> |