Skip to content

Commit

Permalink
Merge pull request #131 from project-eutopia/update_to_version_0_9_1
Browse files Browse the repository at this point in the history
Update version to 0.9.1
  • Loading branch information
project-eutopia committed Nov 1, 2021
2 parents 2adc0b9 + b887a9e commit 9ec0c94
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
@@ -1,3 +1,3 @@
module Keisan
VERSION = "0.9.0"
VERSION = "0.9.1"
end
2 changes: 1 addition & 1 deletion spec/version_spec.rb
Expand Up @@ -2,6 +2,6 @@

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

0 comments on commit 9ec0c94

Please sign in to comment.