Skip to content

Commit 463ea8c

Browse files
committed
v1.11.0
1 parent 13acc33 commit 463ea8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.11.0 (2019-01-01)
22

33
* No longer automatically rehash once a week. I changed my mind about this!
44

version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
// CreatedDate is the date we're built. This would be nice to generate
44
// dynamically, but I don't want to complicate the build.
5-
const CreatedDate = "2018-08-18"
5+
const CreatedDate = "2019-01-01"
66

77
// Version is our version.
8-
const Version = "catbox-1.10.0"
8+
const Version = "catbox-1.11.0"

0 commit comments

Comments
 (0)