ready for v0.3.0

This commit is contained in:
zztkm 2023-08-05 16:17:12 +09:00
parent 394dc4782f
commit ff39b47a13

View file

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