From f61e64e2f343a2d8882f5345349207a90b2b3401 Mon Sep 17 00:00:00 2001 From: Taylor Thurlow Date: Wed, 10 Feb 2021 13:38:34 -0800 Subject: [PATCH] Bump version to 0.0.12 --- Gemfile.lock | 4 ++-- lib/panda_motd/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index aa7d827..69d0b11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - panda-motd (0.0.11) + panda-motd (0.0.12) artii (~> 2.1) colorize (~> 0.8) require_all (~> 2.0) @@ -103,7 +103,7 @@ GEM rubocop-rspec (1.35.0) rubocop (>= 0.60.0) ruby-progressbar (1.10.1) - ruby-units (2.3.1) + ruby-units (2.3.2) ruby_dep (1.5.0) rufo (0.5.1) shellany (0.0.1) diff --git a/lib/panda_motd/version.rb b/lib/panda_motd/version.rb index 2dd530c..4157e49 100644 --- a/lib/panda_motd/version.rb +++ b/lib/panda_motd/version.rb @@ -2,5 +2,5 @@ class PandaMOTD #:nodoc: - VERSION ||= "0.0.11" + VERSION ||= "0.0.12" end