🔖 v0.0.7

This commit is contained in:
zztkm 2022-08-13 20:35:05 +09:00
parent e7c9365456
commit ef3a2a19ac
2 changed files with 2 additions and 2 deletions

2
v.mod
View file

@ -1,7 +1,7 @@
Module {
name: 'vss'
description: 'static site generator'
version: '0.0.6'
version: '0.0.7'
license: 'MIT'
dependencies: []
}

2
vss.v
View file

@ -23,7 +23,7 @@ const default_dist = 'dist'
fn main() {
mut app := cli.Command{
name: 'vss'
version: '0.0.6'
version: '0.0.7'
description: 'static site generator'
execute: fn (cmd cli.Command) ? {
println(cmd.help_message())