From e2f9c8af72af59ee3539a3b053b551731ec5a670 Mon Sep 17 00:00:00 2001 From: Roberto Quintanilla Date: Sun, 29 Nov 2020 01:05:22 -0600 Subject: [PATCH] Prepare release of version 0.0.8 --- Gemfile.lock | 2 +- lib/on_container/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c304f11..665639b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - on_container (0.0.7) + on_container (0.0.8) GEM remote: https://rubygems.org/ diff --git a/lib/on_container/version.rb b/lib/on_container/version.rb index b73ffbb..56dc5b7 100644 --- a/lib/on_container/version.rb +++ b/lib/on_container/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OnContainer - VERSION = '0.0.7' + VERSION = '0.0.8' end