15954: Allow activating user using an admin token.
[arvados.git] / services / api / app / controllers / arvados / v1 / schema_controller.rb
index 84a674607629573c6d0f038980873dcbb60520f1..aee5d1f9516c038a45fe37f19615eca77e52d44b 100644 (file)
@@ -33,7 +33,10 @@ class Arvados::V1::SchemaController < ApplicationController
         id: "arvados:v1",
         name: "arvados",
         version: "v1",
-        revision: "20131114",
+        # format is YYYYMMDD, must be fixed with (needs to be linearly
+        # sortable), updated manually, may be used by clients to
+        # determine availability of API server features.
+        revision: "20190926",
         source_version: AppVersion.hash,
         sourceVersion: AppVersion.hash, # source_version should be deprecated in the future
         packageVersion: AppVersion.package_version,