mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
Bump version 0.2.3
This commit is contained in:
parent
39a3d09766
commit
5588c941c2
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ class Vmfloaty
|
|||
include Commander::Methods
|
||||
|
||||
def run
|
||||
program :version, '0.2.1'
|
||||
program :version, '0.2.3'
|
||||
program :description, 'A CLI helper tool for Puppet Labs vmpooler to help you stay afloat'
|
||||
|
||||
config = read_config
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'vmfloaty'
|
||||
s.version = '0.2.2'
|
||||
s.version = '0.2.3'
|
||||
s.authors = ['Brian Cain']
|
||||
s.email = ['brian.cain@puppetlabs.com']
|
||||
s.license = 'Apache'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue