diff options
author | elijah <elijah@riseup.net> | 2013-06-02 23:41:39 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-06-02 23:41:39 -0700 |
commit | a46321a43318a9cd3e2dd645b64fe81b71e7f8ea (patch) | |
tree | 8819941ff1db838e1c59befcdbed591068785233 /lib | |
parent | 2a823242a32fdff35f97d32a2568c54b5a65f299 (diff) |
bump version to 1.0.0
Diffstat (limited to 'lib')
-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 df45ec6..45c5df2 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.3.0' + VERSION = '1.0.0' 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'] |