Bump version.rb to 0.10.0

I probably should have been using some automation so that I didn't tag
before bumping this version. Whoops!
This commit is contained in:
Brandon High 2020-02-14 10:09:53 -08:00
parent 0c8a595257
commit 39dd692db1
No known key found for this signature in database
GPG key ID: 270079C784FCAFDE

View file

@ -1,3 +1,3 @@
module Vmpooler
VERSION = '0.9.1'.freeze
VERSION = '0.10.0'.freeze
end