From b3abe43a0d62a50cadc825a12bd1b2e09e8bb059 Mon Sep 17 00:00:00 2001 From: Alex Chesters Date: Tue, 19 Apr 2016 08:04:10 +0100 Subject: [PATCH] Bump version to 1.2.0 #285 --- ghi | 4 ++-- lib/ghi/commands/version.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ghi b/ghi index b5f49bb..1eea035 100755 --- a/ghi +++ b/ghi @@ -4,8 +4,8 @@ module GHI module Commands module Version MAJOR = 1 - MINOR = 1 - PATCH = 1 + MINOR = 2 + PATCH = 0 PRE = nil VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.' diff --git a/lib/ghi/commands/version.rb b/lib/ghi/commands/version.rb index 0b1dc70..f2afcc1 100644 --- a/lib/ghi/commands/version.rb +++ b/lib/ghi/commands/version.rb @@ -2,8 +2,8 @@ module GHI module Commands module Version MAJOR = 1 - MINOR = 1 - PATCH = 1 + MINOR = 2 + PATCH = 0 PRE = nil VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.'