Skip to content

Commit

Permalink
Bump version to 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorthurlow committed Feb 10, 2021
1 parent 45e73c5 commit f61e64e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/panda_motd/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

class PandaMOTD
#:nodoc:
VERSION ||= "0.0.11"
VERSION ||= "0.0.12"
end

0 comments on commit f61e64e

Please sign in to comment.