lib/panoptes/client/version.rb in panoptes-client-1.0.0 vs lib/panoptes/client/version.rb in panoptes-client-1.1.0

- old
+ new

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