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

- old
+ new

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