From 013ff4e9ef275b66d33601cbdd1573d6707d8ed5 Mon Sep 17 00:00:00 2001 From: David Dollar Date: Mon, 18 Jun 2018 09:05:21 -0400 Subject: [PATCH] 0.85.0 --- Gemfile.lock | 2 +- lib/foreman/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2dd00f65..446f591b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - foreman (0.84.0) + foreman (0.85.0) thor (~> 0.19.1) GEM diff --git a/lib/foreman/version.rb b/lib/foreman/version.rb index e03d05c0..c677d9ca 100644 --- a/lib/foreman/version.rb +++ b/lib/foreman/version.rb @@ -1,5 +1,5 @@ module Foreman - VERSION = "0.84.0" + VERSION = "0.85.0" end