@s-hiroshi/bks
Version:
Cli bookmarks application
16 lines • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VersionControl = void 0;
class VersionControl {
constructor() {
this.controlCharactor = "version";
}
getControlCharactor() {
return this.controlCharactor;
}
async execute() {
console.log("0.0.30");
}
}
exports.VersionControl = VersionControl;
//# sourceMappingURL=VersionControl.js.map