lib/razorpay/constants.rb in razorpay-3.0.0 vs lib/razorpay/constants.rb in razorpay-3.0.1

- 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 = '3.0.0'.freeze + VERSION = '3.0.1'.freeze end