Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
damiensedgwick committed Jun 18, 2024
1 parent 9d4faef commit e8b3367
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 @@ -21,7 +21,7 @@ func main() {
app := &cli.App{
Name: "napp",
UsageText: "[command] [command options]",
Version: "v1.2.0",
Version: "v1.3.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 e8b3367

Please sign in to comment.