lib/cts/mpx/version.rb in cts-mpx-1.1.1 vs lib/cts/mpx/version.rb in cts-mpx-1.1.2

- old
+ new

@@ -1,6 +1,6 @@ module Cts module Mpx # @return [String] frozen string of the version of Cts::Mpx - VERSION = "1.1.1".freeze + VERSION = "1.1.2".freeze end end