lib/dor/services/client/version.rb in dor-services-client-3.9.1 vs lib/dor/services/client/version.rb in dor-services-client-3.9.2

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true module Dor module Services class Client - VERSION = '3.9.1' + VERSION = '3.9.2' end end end