This commit is contained in:
Josh Holtrop 2017-06-10 00:50:43 -04:00
parent 387c40176b
commit 11864eb55b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
rscons (1.9.3)
rscons (1.10.0)
json (~> 1.0)
GEM

View File

@ -1,4 +1,4 @@
module Rscons
# gem version
VERSION = "1.9.3"
VERSION = "1.10.0"
end