fix: version

This commit is contained in:
zztkm 2022-12-12 15:18:13 +09:00
parent 7b0fcf8543
commit 25ecba3fbb

View file

@ -6,7 +6,7 @@ import cli
pub fn execute() { pub fn execute() {
mut app := cli.Command{ mut app := cli.Command{
name: 'vss' name: 'vss'
version: '0.0.12' version: '0.1.0'
description: 'static site generator' description: 'static site generator'
execute: fn (cmd cli.Command) ! { execute: fn (cmd cli.Command) ! {
println(cmd.help_message()) println(cmd.help_message())