Skip to content

Commit

Permalink
Bump for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewd committed Apr 26, 2019
1 parent 58f8df9 commit 0972d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require "rake/testtask"
require "shellwords"

Rake::TestTask.class_eval do
def rake_include_arg
Expand Down
2 changes: 1 addition & 1 deletion lib/gel/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Gel
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit 0972d3b

Please sign in to comment.