🔖 v0.0.7
This commit is contained in:
parent
e7c9365456
commit
ef3a2a19ac
2 changed files with 2 additions and 2 deletions
2
v.mod
2
v.mod
|
@ -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
2
vss.v
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue