From a89447fe43173d0fb1fc44fc0e9dcf2da816add0 Mon Sep 17 00:00:00 2001 From: Jimmy Dee Date: Mon, 24 Feb 2020 10:01:26 -0800 Subject: [PATCH] Version bump to 0.3.0 --- lib/branch_io/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/branch_io/version.rb b/lib/branch_io/version.rb index c9a41f9..9c15177 100644 --- a/lib/branch_io/version.rb +++ b/lib/branch_io/version.rb @@ -1,3 +1,3 @@ module BranchIO - VERSION = "0.2.0" + VERSION = "0.3.0" end