Bump version.rb to 0.9.1

For 0.9.1 release. Includes:
- Bug fix for delete action on vmpooler and nspooler #58
This commit is contained in:
Brandon High 2020-01-14 10:03:34 -08:00
parent 39770cbbfd
commit f1be1fec23
No known key found for this signature in database
GPG key ID: 270079C784FCAFDE

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
class Vmfloaty class Vmfloaty
VERSION = '0.9.0' VERSION = '0.9.1'
end end