From da5d62c60ae4544c841692566386ac17ef7e3cf0 Mon Sep 17 00:00:00 2001 From: Adam Josefus <1031370+adamjosefus@users.noreply.github.com> Date: Sat, 11 Dec 2021 22:41:10 +0100 Subject: [PATCH] Update pkg.ts --- lib/pkg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pkg.ts b/lib/pkg.ts index e1c493e..244e957 100644 --- a/lib/pkg.ts +++ b/lib/pkg.ts @@ -66,7 +66,7 @@ const getArguments = () => { fallback: false }); - args.setDescription('Verze: 1.1.1'); + args.setDescription('Verze: 1.1.2'); if (args.shouldHelp()) {