From b4fce78ea63bf2eeb35e6512deea0ffb6af446e1 Mon Sep 17 00:00:00 2001 From: Marcello Barnaba Date: Thu, 11 Jun 2015 15:07:34 +0200 Subject: [PATCH] Revert "Bump version to v0.7.4 [skip ci]" This reverts commit b79d93f5df44736f5e3b46054c310f349bbef93b. --- lib/ethon/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ethon/version.rb b/lib/ethon/version.rb index 36e879a..e0cb104 100644 --- a/lib/ethon/version.rb +++ b/lib/ethon/version.rb @@ -1,5 +1,5 @@ module Ethon # Ethon version. - VERSION = '0.7.4' + VERSION = '0.7.3' end