From ff39b47a134249e291d5df8392ea35c1adc53c4b Mon Sep 17 00:00:00 2001 From: zztkm Date: Sat, 5 Aug 2023 16:17:12 +0900 Subject: [PATCH] ready for v0.3.0 --- commands/vss.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/vss.v b/commands/vss.v index f63864e..303efee 100644 --- a/commands/vss.v +++ b/commands/vss.v @@ -6,7 +6,7 @@ import cli pub fn execute() { mut app := cli.Command{ name: 'vss' - version: '0.2.0' + version: '0.3.0' description: 'static site generator' execute: fn (cmd cli.Command) ! { println(cmd.help_message())