summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--version/version.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index af2e1c9..ece3cd5 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# peach
-A barebones [weather service][peach].
+Barebones [weather service][peach].
[peach]: https://peach.ricketyspace.net
diff --git a/version/version.go b/version/version.go
index b399200..ce613d8 100644
--- a/version/version.go
+++ b/version/version.go
@@ -4,4 +4,4 @@
// Peach version.
package version
-const Version = "0.5.1"
+const Version = "0.6.0.dev"