From e173e4cae589034959e3c3b973e29413e8565941 Mon Sep 17 00:00:00 2001 From: elijah Date: Thu, 5 Sep 2013 22:36:43 -0700 Subject: change /etc/hosts to use ec2_public_ipv4 (instead of ec2_local_ipv4) if defined. REQUIRES latest platform (0.2.4). --- lib/leap_cli/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/leap_cli/version.rb') diff --git a/lib/leap_cli/version.rb b/lib/leap_cli/version.rb index b3a2324..5e2b139 100644 --- a/lib/leap_cli/version.rb +++ b/lib/leap_cli/version.rb @@ -1,7 +1,7 @@ module LeapCli unless defined?(LeapCli::VERSION) - VERSION = '1.2.1' - COMPATIBLE_PLATFORM_VERSION = '0.2.3'..'1.99' + VERSION = '1.2.2' + COMPATIBLE_PLATFORM_VERSION = '0.2.4'..'1.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.' LOAD_PATHS = ['lib', 'vendor/certificate_authority/lib', 'vendor/rsync_command/lib'] -- cgit v1.2.3