Skip to content

Commit

Permalink
version: 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maiha committed Oct 19, 2016
1 parent abe4add commit 5526d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rcm
version: 0.6.1
version: 0.6.2

dependencies:
redis-cluster:
Expand Down
2 changes: 1 addition & 1 deletion src/bin/rcm.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "colorize"
class Rcm::Main
include Options

VERSION = "0.6.1"
VERSION = "0.6.2"

option uri : String?, "-u <uri>", "Give host,port,pass at once by 'pass@host:port'", nil
option host : String?, "-h <hostname>", "Server hostname (override uri)", nil
Expand Down

0 comments on commit 5526d12

Please sign in to comment.