blob: 9a7e4be56022d0e9a343c82231ffff0ffae6ae0e [file] [log] [blame]
fs = import('fs')
assert(fs.read(version_file).strip() == '1.2.0')
assert(fs.read('../VERSION').strip() == '1.2.0')