From: elijah Date: Mon, 11 Feb 2013 07:55:23 +0000 (-0800) Subject: bump version to 0.1.6 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e922430a4372c999e81421769780f91ade5f2cd5;p=leap%2Fleap_cli.git bump version to 0.1.6 --- 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']