Skip to content

Commit 2c7b839

Browse files
authored
Merge pull request #555 from github/release-v2.23.2
release 2.23.2
2 parents b033b4c + 4f1cd11 commit 2c7b839

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GIT
8686
PATH
8787
remote: .
8888
specs:
89-
view_component (2.23.1)
89+
view_component (2.23.2)
9090
activesupport (>= 5.0.0, < 7.0)
9191

9292
GEM

lib/view_component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module ViewComponent
44
module VERSION
55
MAJOR = 2
66
MINOR = 23
7-
PATCH = 1
7+
PATCH = 2
88

99
STRING = [MAJOR, MINOR, PATCH].join(".")
1010
end

0 commit comments

Comments
 (0)