diff options
author | elijah <elijah@riseup.net> | 2012-11-14 00:31:35 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-14 00:31:35 -0800 |
commit | c3730c0dd8362f0e6a4d7667d83f733d04ab59f9 (patch) | |
tree | 0edb2b2863ce1d2d66fa4ddebdd54eb4ccf52b56 | |
parent | 8472cc0797e66fea30758cb27b5fdb7b926144ee (diff) | |
download | leap_cli-c3730c0dd8362f0e6a4d7667d83f733d04ab59f9.tar.gz leap_cli-c3730c0dd8362f0e6a4d7667d83f733d04ab59f9.tar.bz2 |
version bump.
-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 17f01ad..a283e4e 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.1' + VERSION = '0.1.2' 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'] |