ready for v0.3.0
This commit is contained in:
parent
394dc4782f
commit
ff39b47a13
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.2.0'
|
||||
version: '0.3.0'
|
||||
description: 'static site generator'
|
||||
execute: fn (cmd cli.Command) ! {
|
||||
println(cmd.help_message())
|
||||
|
|
Loading…
Reference in a new issue