testmycode/tmc-server

View on GitHub
app/models/api_version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module ApiVersion
  API_VERSION = 7 # To be incremented on BC-breaking changes
end