Skip to content

Commit

Permalink
updated version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
damiensedgwick committed Mar 26, 2024
1 parent 84b884a commit 7fb25ea
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 @@ -15,7 +15,7 @@ func main() {
app := &cli.App{
Name: "napp",
UsageText: "[command] [command options]",
Version: "v0.4.1",
Version: "v0.5.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 7fb25ea

Please sign in to comment.