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

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + module Panoptes class Client - VERSION = '1.0.0.pre1'.freeze + VERSION = '1.0.0' end end