Skip to content

Commit

Permalink
Merge pull request #76 from project-eutopia/upgrade_to_0.7.0
Browse files Browse the repository at this point in the history
Upgrade version to 0.7.0
  • Loading branch information
project-eutopia committed Jan 29, 2018
2 parents 3a54232 + 66b79ac commit 67666e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/keisan/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Keisan
VERSION = "0.6.0"
VERSION = "0.7.0"
end
2 changes: 1 addition & 1 deletion spec/keisan_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

RSpec.describe Keisan do
it "has the expected version number" do
expect(Keisan::VERSION).to eq "0.6.0"
expect(Keisan::VERSION).to eq "0.7.0"
end

context "module methods" do
Expand Down

0 comments on commit 67666e8

Please sign in to comment.