Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashellmann committed Apr 3, 2024
1 parent c8c2b19 commit ab3b725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/version_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class VersionController < ApplicationController

# GET /version
def version
version = '1.4.8'
version = '1.5.0'
json_response(version: version)
end
end

0 comments on commit ab3b725

Please sign in to comment.