update v0.0.9
This commit is contained in:
parent
9a259800ed
commit
01dfe15b1f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import cli
|
|||
pub fn execute() {
|
||||
mut app := cli.Command{
|
||||
name: 'vss'
|
||||
version: '0.0.7'
|
||||
version: '0.0.9'
|
||||
description: 'static site generator'
|
||||
execute: fn (cmd cli.Command) ? {
|
||||
println(cmd.help_message())
|
||||
|
|
Loading…
Add table
Reference in a new issue