From 2eb3272abf4be96805ae09e46a43ca85d106b679 Mon Sep 17 00:00:00 2001 From: zztkm Date: Sun, 25 Sep 2022 16:31:44 +0900 Subject: [PATCH] :bookmark: v0.0.12 --- commands/vss.v | 2 +- v.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/vss.v b/commands/vss.v index 1491502..4cea76a 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.11' + version: '0.0.12' description: 'static site generator' execute: fn (cmd cli.Command) ? { println(cmd.help_message()) diff --git a/v.mod b/v.mod index 7bc6490..a68f788 100644 --- a/v.mod +++ b/v.mod @@ -1,7 +1,7 @@ Module { name: 'vss' description: 'static site generator' - version: '0.0.11' + version: '0.0.12' license: 'MIT' dependencies: [] }