We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e47ac60 + 8b69e17 commit 931551dCopy full SHA for 931551d
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master
4
5
+## 2.19.1
6
+
7
* Check if `Rails.application` is loaded.
8
9
*Gleydson Tavares*
lib/view_component/version.rb
@@ -4,7 +4,7 @@ module ViewComponent
module VERSION
MAJOR = 2
MINOR = 19
- PATCH = 0
+ PATCH = 1
STRING = [MAJOR, MINOR, PATCH].join(".")
10
end
0 commit comments