fix(core): update
This commit is contained in:
@ -14,7 +14,7 @@ export class SmartVersion {
|
||||
},
|
||||
major: () => {
|
||||
this.semver.major = this.semver.major + 1;
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
constructor(semVerStringArg: string) {
|
||||
|
Reference in New Issue
Block a user