From 52738f6a00d259afc473d65f29e60241b4dbca07 Mon Sep 17 00:00:00 2001 From: inertia <amartin75@gmail.com> Date: Sun, 14 Jun 2020 19:41:14 -0700 Subject: [PATCH] version bump --- lib/hive/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hive/version.rb b/lib/hive/version.rb index 2260b62..07c409f 100644 --- a/lib/hive/version.rb +++ b/lib/hive/version.rb @@ -1,4 +1,4 @@ module Hive - VERSION = '1.0.0-1' + VERSION = '1.0.0-2' AGENT_ID = "hive-ruby/#{VERSION}" end -- GitLab