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 '.'