🔖 v0.0.12
This commit is contained in:
parent
8abbc68c62
commit
2eb3272abf
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import cli
|
||||||
pub fn execute() {
|
pub fn execute() {
|
||||||
mut app := cli.Command{
|
mut app := cli.Command{
|
||||||
name: 'vss'
|
name: 'vss'
|
||||||
version: '0.0.11'
|
version: '0.0.12'
|
||||||
description: 'static site generator'
|
description: 'static site generator'
|
||||||
execute: fn (cmd cli.Command) ? {
|
execute: fn (cmd cli.Command) ? {
|
||||||
println(cmd.help_message())
|
println(cmd.help_message())
|
||||||
|
|
2
v.mod
2
v.mod
|
@ -1,7 +1,7 @@
|
||||||
Module {
|
Module {
|
||||||
name: 'vss'
|
name: 'vss'
|
||||||
description: 'static site generator'
|
description: 'static site generator'
|
||||||
version: '0.0.11'
|
version: '0.0.12'
|
||||||
license: 'MIT'
|
license: 'MIT'
|
||||||
dependencies: []
|
dependencies: []
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue