From e7b32efe3b115f079c87ff5795ac425094ede6ec Mon Sep 17 00:00:00 2001 From: Alex Chesters Date: Mon, 28 Dec 2015 01:44:36 +0000 Subject: [PATCH] Bumping version to 1.0.4 --- ghi | 2 +- lib/ghi/commands/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghi b/ghi index 267c3ab..b192f39 100755 --- a/ghi +++ b/ghi @@ -5,7 +5,7 @@ module GHI module Version MAJOR = 1 MINOR = 0 - PATCH = 3 + PATCH = 4 PRE = nil VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.' diff --git a/lib/ghi/commands/version.rb b/lib/ghi/commands/version.rb index e948442..1aee425 100644 --- a/lib/ghi/commands/version.rb +++ b/lib/ghi/commands/version.rb @@ -3,7 +3,7 @@ module Commands module Version MAJOR = 1 MINOR = 0 - PATCH = 3 + PATCH = 4 PRE = nil VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.'