Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 359 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 359 Bytes

UpVer

Utility to increase version in UpppercuT config.

Usage

Increase major: upver --maj or upver --major Increase minor: upver --min or upver --minor Increse patch: upver --p or upver --patch

If the location of uppercut.config is not set in the app.config then add a file argument:

upver --maj -f '../settings/uppercut.config'