From 34fa69d58eb9f26f53992a05fa1f12362c3edd29 Mon Sep 17 00:00:00 2001 From: pk Date: Wed, 11 Sep 2024 11:31:05 +0200 Subject: [PATCH] Bump version --- cmd/hoster_cli/hoster.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/hoster_cli/hoster.go b/cmd/hoster_cli/hoster.go index cac21a7..a96ceb2 100644 --- a/cmd/hoster_cli/hoster.go +++ b/cmd/hoster_cli/hoster.go @@ -22,7 +22,7 @@ func main() { app := &cli.App{ Name: "hoster", Usage: "Hoster", - Version: "1.0.2", + Version: "1.0.3", Commands: []*cli.Command{ { Name: "new",