lib/panoptes/client/version.rb in panoptes-client-1.1.1 vs lib/panoptes/client/version.rb in panoptes-client-1.2.0

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true module Panoptes class Client - VERSION = '1.1.1' + VERSION = '1.2.0' end end