We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe77d1c commit b5ef6ccCopy full SHA for b5ef6cc
version.go
@@ -2,7 +2,7 @@ package main
2
3
// CreatedDate is the date we're built. This would be nice to generate
4
// dynamically, but I don't want to complicate the build.
5
-const CreatedDate = "2019-07-06"
+const CreatedDate = "2019-07-08"
6
7
// Version is our version.
8
-const Version = "catbox-1.12.0"
+const Version = "catbox-1.13.0"
0 commit comments