diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-18 01:00:26 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-18 01:00:26 -0400 |
commit | 0efe4a608f38819f1c8fff60b49c55f3ad081cac (patch) | |
tree | 8fbd57a70472d98b503054e8b519759af13b4c0e | |
parent | 7e50bc27cab438421c79f7a6e5ad29d5132ec1cc (diff) |
README.md: update main section
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | version/version.go | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,9 @@ # peach -A [weather site][peach]. +A barebones [weather service][peach]. + +My knee-jerk reaction after darksky.net announced that they will be +shutting down. [peach]: https://peach.ricketyspace.net diff --git a/version/version.go b/version/version.go index 3f869c0..8ad960f 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ // Peach version. package version -const Version = "0.4.4" +const Version = "0.5.0.dev" |