fix(core): update

This commit is contained in:
Philipp Kunz 2022-04-26 17:03:15 +02:00
parent 31cfaa69b9
commit f0a4c0f7dc
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/**
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const version = '1.0.4';
export const version: string = '1.0.6';

View File

@ -26,7 +26,7 @@ export class CommitInfo {
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const version: string = '${expectedDefinitiveVersion.versionString}';
`,
`,
writePath
);
}