Skip to content

Commit b5ef6cc

Browse files
committed
v1.13.0
1 parent fe77d1c commit b5ef6cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

0 commit comments

Comments
 (0)