Skip to content

Commit

Permalink
Bumped up version to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Handa committed Sep 8, 2020
1 parent 1b719af commit e0b7546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func main() {

// 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.0")
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.3")
fmt.Println("\nWritten by Yash Handa")
os.Exit(osExitCode)
}
Expand Down

0 comments on commit e0b7546

Please sign in to comment.