Skip to content

Commit

Permalink
Merge pull request #34 from easolhq/tc/bump-version
Browse files Browse the repository at this point in the history
Tc/bump version
  • Loading branch information
tomchipchase authored Sep 7, 2022
2 parents 6439dac + ec302fb commit f5ad81b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# frozen_string_literal: true

require "bundler/gem_tasks"
require "rspec/core/rake_task"

RSpec::Core::RakeTask.new(:spec)

task default: :spec
2 changes: 1 addition & 1 deletion lib/canvas/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Canvas
VERSION = "2.2.0"
VERSION = "3.0.0"
end

0 comments on commit f5ad81b

Please sign in to comment.