fix(core): update

This commit is contained in:
2021-04-25 08:52:39 +00:00
parent bb8e7cb608
commit 9d78a120a0
9 changed files with 12420 additions and 1279 deletions

View File

@ -14,7 +14,7 @@ export class SmartVersion {
},
major: () => {
this.semver.major = this.semver.major + 1;
}
},
};
constructor(semVerStringArg: string) {