Merge branch '21535-multi-wf-delete'
[arvados.git] / services / api / lib / app_version.rb
index 335608b2b6611eaac1eba516219d457f549c6862..95685ea5fe65d5db24e605de66c331e1f910f7fa 100644 (file)
@@ -2,9 +2,6 @@
 #
 # SPDX-License-Identifier: AGPL-3.0
 
-# If you change this file, you'll probably also want to make the same
-# changes in apps/workbench/lib/app_version.rb.
-
 class AppVersion
   def self.git(*args, &block)
     IO.popen(["git", "--git-dir", ".git"] + args, "r",