From d281762bc40c6e6d110ac353a266f8e3e374430e Mon Sep 17 00:00:00 2001 From: Scott Harris Date: Fri, 16 Mar 2018 11:57:09 +1100 Subject: [PATCH] Upping the version --- lib/asset_sync/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asset_sync/version.rb b/lib/asset_sync/version.rb index e3149b49..e1016c43 100644 --- a/lib/asset_sync/version.rb +++ b/lib/asset_sync/version.rb @@ -1,3 +1,3 @@ module AssetSync - VERSION = "1.2.2" + VERSION = "1.2.3" end