From a1954c46fcc2d3978c9c38ab310220e046f7e74d Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Fri, 8 Feb 2019 21:45:48 +0100 Subject: [PATCH] bump patch version --- lib/blockstream_satellite/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/blockstream_satellite/version.rb b/lib/blockstream_satellite/version.rb index 0805875..fd7352e 100644 --- a/lib/blockstream_satellite/version.rb +++ b/lib/blockstream_satellite/version.rb @@ -1,3 +1,3 @@ module BlockstreamSatellite - VERSION = "0.1.0" + VERSION = "0.1.1" end