Skip to content

Commit

Permalink
Add version (1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaer committed Mar 15, 2021
1 parent ae5643b commit 4824b45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4824b45

Please sign in to comment.