Skip to content

Commit

Permalink
v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Jul 9, 2019
1 parent fe77d1c commit b5ef6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
const CreatedDate = "2019-07-06"
const CreatedDate = "2019-07-08"

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

0 comments on commit b5ef6cc

Please sign in to comment.