From 67bb59e52352b6c9bd4a2eefbbcca84df7d5e8fd Mon Sep 17 00:00:00 2001 From: Alexander Olofsson <alexander.olofsson@liu.se> Date: Tue, 16 Apr 2019 10:41:44 +0200 Subject: [PATCH] Bump version to 0.1.1 --- lib/foreman_template_tasks/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/foreman_template_tasks/version.rb b/lib/foreman_template_tasks/version.rb index 32abd99..5b1f214 100644 --- a/lib/foreman_template_tasks/version.rb +++ b/lib/foreman_template_tasks/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ForemanTemplateTasks - VERSION = '0.1.0'.freeze + VERSION = '0.1.1'.freeze end -- GitLab