Skip to content

Commit

Permalink
bumped up version to 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Handa committed Jan 19, 2021
1 parent a63c74a commit e9103c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func Bootstrap() {

// if f_V is provided version will be printed and exit(0)
if *f_V {
fmt.Printf("logo-ls %s\nCopyright (c) 2020 Yash Handa\nLicense MIT <https://opensource.org/licenses/MIT>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n", "v1.3.6")
fmt.Printf("logo-ls %s\nCopyright (c) 2020 Yash Handa\nLicense MIT <https://opensource.org/licenses/MIT>.\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.\n", "v1.3.7")
fmt.Println("\nWritten by Yash Handa")
os.Exit(sysState.GetExitCode())
}
Expand Down
Binary file modified logo-ls.1.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion testdata/logo-ls-V.snap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
logo-ls v1.3.6
logo-ls v1.3.7
Copyright (c) 2020 Yash Handa
License MIT <https://opensource.org/licenses/MIT>.
This is free software: you are free to change and redistribute it.
Expand Down

0 comments on commit e9103c7

Please sign in to comment.