Minor version bump to 0.9.0

I figure adding a new service like ABS would necessitate at least a
minor bump since it's more than a security/bug fix.
This commit is contained in:
Brandon High 2019-12-05 10:08:07 -08:00
parent 7d0a72517b
commit 6605a3eee6
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.8.2' VERSION = '0.9.0'
end end