dce-dev-wizard
Version:
Wizard for managing development apps at Harvard DCE.
9 lines • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Char that separates the branch name from the version number in the appImage
* @author Gabe Abrams
*/
var BRANCH_VERSION_SEPARATOR = '@';
exports.default = BRANCH_VERSION_SEPARATOR;
//# sourceMappingURL=BRANCH_VERSION_SEPARATOR.js.map