From 4824b4549aec48030e01c51113aeaa9fc58612a8 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Mon, 15 Mar 2021 18:55:29 -0400 Subject: [PATCH] Add version (1.0.0) --- main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index a11ae88..f4b8852 100644 --- a/main.go +++ b/main.go @@ -17,9 +17,9 @@ func main() { var instanceUrl string app := &cli.App{ - Name: "Write.as Hugo Importer", - Usage: "Import a Hugo source directory into Write.as/WriteFreely by running this importer from the root directory of your Hugo site.", - + Name: "Write.as Hugo Importer", + Usage: "Import a Hugo source directory into Write.as/WriteFreely by running this importer from the root directory of your Hugo site.", + Version: "1.0.0", Flags: []cli.Flag{ &cli.StringFlag{ Name: "user",