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.
1 parent 8c76acc commit 4787d70Copy full SHA for 4787d70
lib/json_api_responders/version.rb
@@ -1,6 +1,6 @@
1
module JsonApiResponders
2
MAJOR = 2
3
- MINOR = 2
+ MINOR = 3
4
PATCH = 0
5
VERSION = [MAJOR, MINOR, PATCH].join('.').freeze
6
end
0 commit comments