Skip to content

Commit

Permalink
bumped version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damiensedgwick committed Apr 4, 2024
1 parent 08ae415 commit 791747a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napp.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {
app := &cli.App{
Name: "napp",
UsageText: "[command] [command options]",
Version: "v0.5.2",
Version: "v0.6.0",
Description: `A command line tool that bootstraps Go, HTMX and SQLite web
applications and Dockerises them for ease of deployment`,
Commands: []cli.Command{
Expand Down

0 comments on commit 791747a

Please sign in to comment.