Skip to content

Commit

Permalink
Merge pull request #20 from oudirichi/fix-extractor
Browse files Browse the repository at this point in the history
upgrade version for release
  • Loading branch information
oudirichi authored Oct 31, 2019
2 parents 0fbc46b + 77335f7 commit 821878d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cbx_loco/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CbxLoco
VERSION = "1.0.6"
VERSION = "1.0.10"
end
2 changes: 1 addition & 1 deletion spec/cbx_loco/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

describe CbxLoco::VERSION do
it "should return the version number" do
expect(CbxLoco::VERSION).to eq "1.0.6"
expect(CbxLoco::VERSION).to eq "1.0.10"
end
end

0 comments on commit 821878d

Please sign in to comment.