Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Dec 1, 2015
1 parent 50690bc commit aa20cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -5,7 +5,7 @@ import (
"io"
)

const Version = "1.0.0"
const Version = "1.1.0"

func displayVersion(w io.Writer) {
fmt.Fprintf(w, "ccat v%s\n", Version)
Expand Down

0 comments on commit aa20cb6

Please sign in to comment.