Skip to content

Commit

Permalink
Add support for 2019.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpie committed Jan 1, 2019
1 parent 0358b61 commit 9aaf66a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pe_build/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ def self.newrelease(&blk)
require 'pe_build/release/2018_1'
require 'pe_build/release/2019_0'

LATEST_VERSION = '2019.0.0'
LATEST_VERSION = '2019.0.1'
end
end
1 change: 1 addition & 0 deletions lib/pe_build/release/2019_0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ module PEBuild::Release
end

@releases['2019.0.0'] = twentynineteen_aught_x
@releases['2019.0.1'] = twentynineteen_aught_x
end

0 comments on commit 9aaf66a

Please sign in to comment.