# frozen_string_literal: true module Dor module Services class Client VERSION = '12.12.1' end end end