This commit is contained in:
Josh Holtrop 2017-09-08 15:13:04 -04:00
parent d48c7587d6
commit 0dc3a90660
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
rscons (1.14.0)
rscons (1.15.0)
json (>= 1.8, < 3.0)
GEM

View File

@ -1,4 +1,4 @@
module Rscons
# gem version
VERSION = "1.14.0"
VERSION = "1.15.0"
end