lib/adyen.rb in adyen-1.3.2 vs lib/adyen.rb in adyen-1.4.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.3.2"
+ VERSION = "1.4.0"
# @return [Configuration] The configuration singleton.
def self.configuration
@configuration ||= Adyen::Configuration.new
end