Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChesters committed Feb 26, 2016
1 parent 82548cd commit a0a871f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ghi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module GHI
module Version
MAJOR = 1
MINOR = 1
PATCH = 0
PATCH = 1
PRE = nil

VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.'
Expand Down
2 changes: 1 addition & 1 deletion lib/ghi/commands/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Commands
module Version
MAJOR = 1
MINOR = 1
PATCH = 0
PATCH = 1
PRE = nil

VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join '.'
Expand Down

0 comments on commit a0a871f

Please sign in to comment.