Skip to content

Commit e1e0b15

Browse files
committed
v1.12.0
1 parent c5d6477 commit e1e0b15

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-
# 1.11.1
1+
# 1.12.0 (2019-07-06)
22

33
* Update dependencies.
44
* Send messages during connect immediately rather than only after we've

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 = "2019-01-01"
5+
const CreatedDate = "2019-07-06"
66

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

0 commit comments

Comments
 (0)