UNPKG

217 BPlain TextView Raw
1import { prompt, log } from './common';
2
3(async () => {
4 const next = await prompt.incrementVersion({ save: true, noChange: true });
5 log.info('-------------------------------------------');
6 log.info(next);
7})();