Fix version string of CLI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2020-08-02 23:40:24 +02:00
parent bcb3e16f9d
commit a376510768

View File

@ -23,10 +23,9 @@ const commandWrapper = (cmd: CommandHandler) => {
opts = params;
};
};
const flags = await new Cliffy.Command()
.name("denreg")
.version("0.1.6")
.version("1.0.8")
.description("CLI for the Open Source DenReg package registry")
.option("-i, --interactive [interactive:boolean]", "Interactive mode", {
default: true,