Skip to content

Commit

Permalink
Merge pull request #382 from github/release-v2.11.1
Browse files Browse the repository at this point in the history
release v2.11.1
  • Loading branch information
joelhawksley authored Jun 17, 2020
2 parents 400c185 + 16c978c commit 8ff0046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:
view_component (2.11.0)
view_component (2.11.1)
activesupport (>= 5.0.0, < 7.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module ViewComponent
module VERSION
MAJOR = 2
MINOR = 11
PATCH = 0
PATCH = 1

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down

0 comments on commit 8ff0046

Please sign in to comment.