lib/razorpay/constants.rb in razorpay-2.2.0 vs lib/razorpay/constants.rb in razorpay-2.3.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.2.0'.freeze + VERSION = '2.3.0'.freeze end