lib/adyen.rb in adyen-1.0.0 vs lib/adyen.rb in adyen-1.1.0
- old
+ new
@@ -10,10 +10,10 @@
module Adyen
# Version constant for the Adyen plugin.
# DO NOT CHANGE THIS VALUE BY HAND. It will be updated automatically by
# the gem:release rake task.
- VERSION = "1.0.0"
+ VERSION = "1.1.0"
# @return [Configuration] The configuration singleton.
def self.configuration
@configuration ||= Adyen::Configuration.new
end