lib/razorpay/constants.rb in razorpay-2.4.1 vs lib/razorpay/constants.rb in razorpay-3.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 = '2.4.1'.freeze + VERSION = '3.0.0'.freeze end