lib/dor/services/client/version.rb in dor-services-client-6.24.0 vs lib/dor/services/client/version.rb in dor-services-client-6.25.0

- old
+ new

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