lib/razorpay/constants.rb in razorpay-1.1.0 vs lib/razorpay/constants.rb in razorpay-1.2.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.1.0'.freeze
+ VERSION = '1.2.0'.freeze
end