1
0
Fork 0

🚧 Work on FCP

This commit is contained in:
Joost De Cock 2019-05-02 18:13:10 +02:00
parent 6f77c4bdce
commit f27cddfdff
12 changed files with 99 additions and 96 deletions

View file

@ -123,7 +123,8 @@ module.exports = async opts => {
return {
...info,
git: opts.git
git: opts.git,
version: opts.version
};
}
};