Skip to content

Commit

Permalink
🔖 v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Sep 25, 2022
1 parent 8abbc68 commit 2eb3272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/vss.v
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import cli
pub fn execute() {
mut app := cli.Command{
name: 'vss'
version: '0.0.11'
version: '0.0.12'
description: 'static site generator'
execute: fn (cmd cli.Command) ? {
println(cmd.help_message())
Expand Down
2 changes: 1 addition & 1 deletion v.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Module {
name: 'vss'
description: 'static site generator'
version: '0.0.11'
version: '0.0.12'
license: 'MIT'
dependencies: []
}

0 comments on commit 2eb3272

Please sign in to comment.