-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to v0.1.44 to update YARD vulnerability
- Loading branch information
Joel Courtney
committed
Jan 2, 2018
1 parent
bc25771
commit 6189cf6
Showing
4 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
# @author Joel Courtney <[email protected]> | ||
module AEMO | ||
# aemo version | ||
VERSION = '0.1.42' | ||
VERSION = '0.1.44' | ||
|
||
# aemo version split amongst different revisions | ||
MAJOR_VERSION, MINOR_VERSION, REVISION = VERSION.split('.').map(&:to_i) | ||
|