lib/dor/services/client/version.rb in dor-services-client-0.1.0 vs lib/dor/services/client/version.rb in dor-services-client-0.2.0
- old
+ new
@@ -1,7 +1,9 @@
+# frozen_string_literal: true
+
module Dor
module Services
class Client
- VERSION = "0.1.0"
+ VERSION = '0.2.0'
end
end
end