From c067b6042cd9d76b7b9c9da411daf3abf3ee5fa0 Mon Sep 17 00:00:00 2001 From: Neill Turner Date: Fri, 26 Oct 2018 12:57:53 +0100 Subject: [PATCH] bump version --- lib/kitchen-ansible/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kitchen-ansible/version.rb b/lib/kitchen-ansible/version.rb index c76ea08..5dc6913 100644 --- a/lib/kitchen-ansible/version.rb +++ b/lib/kitchen-ansible/version.rb @@ -1,6 +1,6 @@ # -*- encoding: utf-8 -*- module Kitchen module Ansible - VERSION = '0.48.8'.freeze + VERSION = '0.49.0'.freeze end end