We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13acc33 commit 463ea8cCopy full SHA for 463ea8c
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Unreleased
+# 1.11.0 (2019-01-01)
2
3
* No longer automatically rehash once a week. I changed my mind about this!
4
version.go
@@ -2,7 +2,7 @@ package main
// CreatedDate is the date we're built. This would be nice to generate
// dynamically, but I don't want to complicate the build.
5
-const CreatedDate = "2018-08-18"
+const CreatedDate = "2019-01-01"
6
7
// Version is our version.
8
-const Version = "catbox-1.10.0"
+const Version = "catbox-1.11.0"
0 commit comments