This commit is contained in:
Josh Holtrop 2018-11-02 17:01:52 -04:00
parent 3f63bf5d13
commit d5c1a4b41a
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
rscons (1.16.0)
rscons (1.17.0)
json (>= 1.8, < 3.0)
GEM
@ -45,4 +45,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.16.2
1.16.6

View File

@ -1,4 +1,4 @@
module Rscons
# gem version
VERSION = "1.16.0"
VERSION = "1.17.0"
end