[release.py] Minor style fix

This commit is contained in:
Daniel Glus 2018-12-05 18:59:58 +00:00
parent 47d0f097ef
commit a6f9ad227e

View File

@ -62,7 +62,7 @@ update_file('src/afch.js',
r'AFCH\.consts\.version = .*?;',"AFCH.consts.version = '{}';".format(version))
update_file('src/afch.js',
r'AFCH\.consts\.versionName = .*?;',"AFCH.consts.versionName = '{}';".format(version_name))
r'AFCH\.consts\.versionName = .*?;',"AFCH.consts.versionName = '{}';".format(version_name))
# Update README.md