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

Commit b3abe43

Browse files
committed
Bump version to 1.2.0 #285
1 parent 5abbfb5 commit b3abe43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ghi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module GHI
44
module Commands
55
module Version
66
MAJOR = 1
7-
MINOR = 1
8-
PATCH = 1
7+
MINOR = 2
8+
PATCH = 0
99
PRE = nil
1010

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

lib/ghi/commands/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module GHI
22
module Commands
33
module Version
44
MAJOR = 1
5-
MINOR = 1
6-
PATCH = 1
5+
MINOR = 2
6+
PATCH = 0
77
PRE = nil
88

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

0 commit comments

Comments
 (0)