Skip to content

Commit

Permalink
New version 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
davydovanton committed Jun 18, 2018
1 parent 68ed9f2 commit dcdddad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kan (0.3.0)
kan (0.4.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/kan/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Kan
VERSION = "0.3.0".freeze
VERSION = "0.4.0".freeze
end
2 changes: 1 addition & 1 deletion spec/unit/version_spec.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
RSpec.describe Kan::VERSION do
it { expect(Kan::VERSION).to eq '0.3.0' }
it { expect(Kan::VERSION).to eq '0.4.0' }
end

0 comments on commit dcdddad

Please sign in to comment.