From 6605a3eee6791cc160fbe050464920ddae144de5 Mon Sep 17 00:00:00 2001 From: Brandon High Date: Thu, 5 Dec 2019 10:08:07 -0800 Subject: [PATCH] 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. --- lib/vmfloaty/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmfloaty/version.rb b/lib/vmfloaty/version.rb index 5bc74da..7a3f4de 100644 --- a/lib/vmfloaty/version.rb +++ b/lib/vmfloaty/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Vmfloaty - VERSION = '0.8.2' + VERSION = '0.9.0' end