fix: version

main
zztkm 2 years ago
parent 7b0fcf8543
commit 25ecba3fbb

@ -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())

Loading…
Cancel
Save