Skip to content

Commit

Permalink
bump v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihirop committed Aug 4, 2018
1 parent 56d5b9d commit 34e1c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/fcoin/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Fcoin
VERSION = "0.1.1"
VERSION = "0.1.2"
end
2 changes: 1 addition & 1 deletion spec/fcoin_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RSpec.describe Fcoin do
it "has a version number" do
expect(Fcoin::VERSION).not_to be "0.1.1"
expect(Fcoin::VERSION).not_to be "0.1.2"
end
end

0 comments on commit 34e1c0a

Please sign in to comment.