lib/razorpay/constants.rb in razorpay-1.2.1 vs lib/razorpay/constants.rb in razorpay-2.0.0

- old
+ new

@@ -1,6 +1,6 @@ # Version and other constants are defined here module Razorpay BASE_URI = 'https://api.razorpay.com/v1/'.freeze TEST_URL = 'https://api.razorpay.com/'.freeze - VERSION = '1.2.1'.freeze + VERSION = '2.0.0'.freeze end