From b43034ece79924fe7e5617d6fcfb437225653f63 Mon Sep 17 00:00:00 2001 From: Roberto Quintanilla Date: Tue, 23 Feb 2021 23:00:14 +0000 Subject: [PATCH] Prepare release of version 0.0.12 --- 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 9acf0b4..fc720df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - on_container (0.0.11) + on_container (0.0.12) activesupport (>= 4) GEM diff --git a/lib/on_container/version.rb b/lib/on_container/version.rb index 36f3c98..c1dc220 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.11' + VERSION = '0.0.12' end