This commit is contained in:
Josh Holtrop 2020-04-16 16:36:44 -04:00
parent 87f1b92e7a
commit b970490de2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
module Rscons
# gem version
VERSION = "1.18.0"
VERSION = "1.19.0"
end