From e8b336770e7ad87e604e6d3cdd0e702d5c2037e3 Mon Sep 17 00:00:00 2001 From: Damien Sedgwick Date: Tue, 18 Jun 2024 19:52:42 +0100 Subject: [PATCH] bumped version number --- napp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napp.go b/napp.go index efa0b5c..98e9a4a 100644 --- a/napp.go +++ b/napp.go @@ -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{