lib/dor/services/client/version.rb in dor-services-client-7.7.0 vs lib/dor/services/client/version.rb in dor-services-client-7.7.1

- old
+ new

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