summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-12-26 16:55:56 -0500
committersiddharth ravikumar <s@ricketyspace.net>2022-12-26 16:55:56 -0500
commit263f53e1f8960ee1afe226740fac4936df4c6438 (patch)
treee500baf22c8bca0f553ea2108c2aeded85ca9b0b
parent264731f0cbfa2a0bd826b7ca2e52b485daea2fd3 (diff)
templates/about.tmpl: update t&p sections
-rw-r--r--templates/about.tmpl7
-rw-r--r--version/version.go2
2 files changed, 4 insertions, 5 deletions
diff --git a/templates/about.tmpl b/templates/about.tmpl
index 3cf56a5..3fa10b9 100644
--- a/templates/about.tmpl
+++ b/templates/about.tmpl
@@ -28,9 +28,8 @@
<div class="content">
<p>
It is licensed under the
- <a href="//git.ricketyspace.net/peach/tree/LICENSE">ISC license</a>. Your
- use of this service indicates an implicit
- agreement to the terms of this license.</p>
+ <a href="//git.ricketyspace.net/peach/tree/LICENSE">ISC license</a>.
+ </p>
</div>
</div> <!-- terms-container end -->
@@ -39,7 +38,7 @@
<h2>privacy</h2>
</div>
<div class="content">
- <p>Peach does not use cookies. It does not
+ <p>Peach does not use cookies and it does not
track you.</p>
</div>
</div> <!-- privacy-container end -->
diff --git a/version/version.go b/version/version.go
index dbed919..e7d20c3 100644
--- a/version/version.go
+++ b/version/version.go
@@ -4,4 +4,4 @@
// Peach version.
package version
-const Version = "0.10.1"
+const Version = "0.11.0.dev"