From 25ecba3fbb03fdcbfb1ed13d14a7bb01de93d8d7 Mon Sep 17 00:00:00 2001 From: zztkm Date: Mon, 12 Dec 2022 15:18:13 +0900 Subject: [PATCH] fix: version --- commands/vss.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/vss.v b/commands/vss.v index 5728079..b5dae5c 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.0.12' + version: '0.1.0' description: 'static site generator' execute: fn (cmd cli.Command) ! { println(cmd.help_message())