From f933f7aaa0eab27b6ef7d5493c578f9bcf1b0bd9 Mon Sep 17 00:00:00 2001 From: Adam Hutchison Date: Thu, 27 Apr 2017 10:44:18 -0600 Subject: [PATCH] Bump version to 3.1.0 --- lib/active_remote/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_remote/version.rb b/lib/active_remote/version.rb index 430014f..5200cc2 100644 --- a/lib/active_remote/version.rb +++ b/lib/active_remote/version.rb @@ -1,3 +1,3 @@ module ActiveRemote - VERSION = "3.0.0" + VERSION = "3.1.0" end