diff options
author | elijah <elijah@riseup.net> | 2013-02-10 23:55:23 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-02-10 23:55:23 -0800 |
commit | e922430a4372c999e81421769780f91ade5f2cd5 (patch) | |
tree | 337b62c884cffe70479ade86ada95178a8bf14c9 | |
parent | d68e6a718f0b8c982b0d502558b6b25eb2df23fb (diff) |
bump version to 0.1.6
-rw-r--r-- | lib/leap_cli/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/version.rb b/lib/leap_cli/version.rb index ced0836..fa7ec92 100644 --- a/lib/leap_cli/version.rb +++ b/lib/leap_cli/version.rb @@ -1,6 +1,6 @@ module LeapCli unless defined?(LeapCli::VERSION) - VERSION = '0.1.5' + VERSION = '0.1.6' SUMMARY = 'Command line interface to the LEAP platform' DESCRIPTION = 'The command "leap" can be used to manage a bevy of servers running the LEAP platform from the comfort of your own home.' REQUIRE_PATHS = ['lib', 'vendor/supply_drop/lib', 'vendor/certificate_authority/lib'] |