lib/dor/services/client/version.rb in dor-services-client-1.9.2 vs lib/dor/services/client/version.rb in dor-services-client-1.10.0

- old
+ new

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