diff options
| -rw-r--r-- | RELEASES.md | 3 | ||||
| -rw-r--r-- | lib/leap_cli/version.rb | 2 | 
2 files changed, 4 insertions, 1 deletions
| diff --git a/RELEASES.md b/RELEASES.md index 53ba0f6..d4e7762 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,6 @@ +Version 1.7.2 +  - hot fix to better pin the required version of gem gli +  Version 1.7.1    - added 'leap scp' and 'leap tunnel'    - support for deploy logging and 'leap history' diff --git a/lib/leap_cli/version.rb b/lib/leap_cli/version.rb index 1c6801b..45f7fdf 100644 --- a/lib/leap_cli/version.rb +++ b/lib/leap_cli/version.rb @@ -1,6 +1,6 @@  module LeapCli    unless defined?(LeapCli::VERSION) -    VERSION = '1.7.1' +    VERSION = '1.7.2'      COMPATIBLE_PLATFORM_VERSION = '0.7'..'0.99'      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.' | 
