Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchell Stanley committed May 30, 2019
1 parent dbccab2 commit cf6276d
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: snipline_cli
version: 0.1.0
version: 0.1.1

authors:
- Mitchell Stanley <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/snipline_cli.cr
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require "./snipline_cli/commands/*"
require "toml"

module SniplineCli
VERSION = "0.1.0"
VERSION = "0.1.1"

def self.config
SniplineCli::Config.config
Expand Down

0 comments on commit cf6276d

Please sign in to comment.