Skip to content

Commit

Permalink
bumped version to 0.3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed Mar 28, 2017
1 parent ab70a72 commit c024fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION=0.3.6
VERSION=0.3.7
TARGETS_NOVENDOR=$(shell glide novendor)

all: bin/cachectl bin/cachectld
Expand Down
2 changes: 1 addition & 1 deletion cachectl/const.go
@@ -1,7 +1,7 @@
package cachectl

const (
Version = "0.3.6"
Version = "0.3.7"
Cachectl = "cachectl"
Cachectld = "cachectld"
)

0 comments on commit c024fb8

Please sign in to comment.