diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-18 09:13:15 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-18 18:46:08 -0400 |
commit | 36b64e59db9134a94d7b5b7dcad214f2b00faf39 (patch) | |
tree | a794f3638bda74af2542ac67071d2af0d16ecd08 | |
parent | c0119ffa610549f39a838164a0fec5c5f2590c78 (diff) |
templates/about.tmpl: fix typo
-rw-r--r-- | templates/about.tmpl | 2 | ||||
-rw-r--r-- | version/version.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/about.tmpl b/templates/about.tmpl index 950a3f4..9fe2d45 100644 --- a/templates/about.tmpl +++ b/templates/about.tmpl @@ -56,7 +56,7 @@ <div class="content"> <p> Your IP address and the user agent header - of your browser gets itched into an + of your browser gets etched into an ephemeral log when you use Peach.</p> <p>Peach does not use cookies.</p> diff --git a/version/version.go b/version/version.go index e448b3a..8ddf2a8 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ // Peach version. package version -const Version = "0.6.0" +const Version = "0.6.1.dev" |