1 Commits
Author SHA1 Message Date
Yash-Handa 916334088e bumped up version to 1.3.4 2020-09-10 15:13:51 +05:30
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Make sure to check the documentation at http://goreleaser.com
env_files:
github_token: '{{ .Env.PWD }}.gh_token'
github_token: ~/Projects/Golang_Stuff/logo-ls/.gh_token
project_name: logo-ls
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -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.3")
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.4")
fmt.Println("\nWritten by Yash Handa")
os.Exit(osExitCode)
}