We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d6477 commit e1e0b15Copy full SHA for e1e0b15
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 1.11.1
+# 1.12.0 (2019-07-06)
2
3
* Update dependencies.
4
* Send messages during connect immediately rather than only after we've
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 = "2019-01-01"
+const CreatedDate = "2019-07-06"
6
7
// Version is our version.
8
-const Version = "catbox-1.11.0"
+const Version = "catbox-1.12.0"
0 commit comments