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 a7b074c + f9f0831 commit 794542eCopy full SHA for 794542e
Gemfile.lock
@@ -175,7 +175,7 @@ GEM
175
date
176
stringio
177
racc (1.8.1)
178
- rack (3.1.10)
+ rack (3.1.12)
179
rack-cors (2.0.2)
180
rack (>= 2.0.0)
181
rack-session (2.1.0)
app/controllers/version_controller.rb
@@ -3,7 +3,7 @@ class VersionController < ApplicationController
3
4
# GET /version
5
def version
6
- version = '1.5.15'
+ version = '1.5.16'
7
json_response(version: version)
8
end
9
0 commit comments