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 70d1e80 commit 77c91bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snipline_cli.cr
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module SniplineCli
# This command is not used by itself
# It is here to set up usage for other commands.
class Command < Admiral::Command
define_version "0.1.0"
define_version "0.1.3"
define_help description: "Snipline CLI"

def run
Expand Down

0 comments on commit 77c91bc

Please sign in to comment.