update version
This commit is contained in:
parent
186fe73756
commit
835c3d1f2f
1 changed files with 1 additions and 1 deletions
2
vss.v
2
vss.v
|
@ -20,7 +20,7 @@ const default_dist = 'dist'
|
||||||
fn main() {
|
fn main() {
|
||||||
mut app := cli.Command{
|
mut app := cli.Command{
|
||||||
name: 'vss'
|
name: 'vss'
|
||||||
version: '0.0.3'
|
version: '0.0.4'
|
||||||
description: 'static site generator'
|
description: 'static site generator'
|
||||||
execute: fn (cmd cli.Command) ? {
|
execute: fn (cmd cli.Command) ? {
|
||||||
generate_pages()?
|
generate_pages()?
|
||||||
|
|
Loading…
Add table
Reference in a new issue