Merge branch '16263-logincluster-user-list-fix' refs #16263
[arvados.git] / services / api / app / controllers / arvados / v1 / schema_controller.rb
index 84a674607629573c6d0f038980873dcbb60520f1..b9aba2726f555883d304fac490f050b6177275b4 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 width (needs to be lexically
+        # sortable), updated manually, may be used by clients to
+        # determine availability of API server features.
+        revision: "20200331",
         source_version: AppVersion.hash,
         sourceVersion: AppVersion.hash, # source_version should be deprecated in the future
         packageVersion: AppVersion.package_version,