diff --git a/ghi b/ghi index 16c4fc3..3beebb1 100755 --- a/ghi +++ b/ghi @@ -5,7 +5,7 @@ module GHI module Version MAJOR = 1 MINOR = 0 - PATCH = 2 + PATCH = 3 PRE = nil VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.' diff --git a/lib/ghi/commands/version.rb b/lib/ghi/commands/version.rb index cd91539..e948442 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 = 2 + PATCH = 3 PRE = nil VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.'