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

Commit

Permalink
Bumping version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChesters committed Dec 28, 2015
1 parent d18df1d commit e7b32ef
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 = 0
PATCH = 3
PATCH = 4
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 = 0
PATCH = 3
PATCH = 4
PRE = nil

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

0 comments on commit e7b32ef

Please sign in to comment.