This commit is contained in:
Josh Holtrop 2014-09-25 11:35:00 -04:00
parent 07725581e9
commit 469f575564
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
module Rscons
# gem version
VERSION = "1.6.1"
VERSION = "1.7.0"
end