summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--version/version.go2
2 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index fac7f87..73f5946 100644
--- a/README.md
+++ b/README.md
@@ -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"