From 36fa29c78a717c50d8fb2e8da709b4063ad74d88 Mon Sep 17 00:00:00 2001 From: Greg Sutcliffe Date: Mon, 21 May 2018 11:33:03 +0100 Subject: [PATCH] Bump version to 5.0.0 --- README.md | 2 ++ lib/foreman_default_hostgroup/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 813962f..f7af5a2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ See Foreman's [plugin installation documentation](https://theforeman.org/plugins | 1.5 | 2.0.1 | | 1.6 - 1.11 | 3.0.0 | | >= 1.12 | 4.0.0 | +| >= 1.16 | 4.0.1 | +| >= 1.16 | 5.0.0 | ## Usage diff --git a/lib/foreman_default_hostgroup/version.rb b/lib/foreman_default_hostgroup/version.rb index 9edbb19..ecab117 100644 --- a/lib/foreman_default_hostgroup/version.rb +++ b/lib/foreman_default_hostgroup/version.rb @@ -1,3 +1,3 @@ module ForemanDefaultHostgroup - VERSION = '4.0.1'.freeze + VERSION = '5.0.0'.freeze end