From 45300a6d9660847fd3323b8b97561331802e522e Mon Sep 17 00:00:00 2001 From: Douglas Thrift Date: Thu, 30 Jan 2014 22:51:42 +0000 Subject: [PATCH] acu151452 - Bump version. --- lib/right_api_client/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/right_api_client/version.rb b/lib/right_api_client/version.rb index 79467aa..eefbcf2 100644 --- a/lib/right_api_client/version.rb +++ b/lib/right_api_client/version.rb @@ -2,7 +2,7 @@ module RightApi class Client API_VERSION = '1.5' - CLIENT_VERSION = '14' + CLIENT_VERSION = '15' VERSION = "#{API_VERSION}.#{CLIENT_VERSION}" end end