diff --git a/main.go b/main.go index 1f38b54..a9c6f4c 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( var allowedCharacters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890`~!@#$%^&*()_+[]\\{}|;':,./<>?") const ( - Version = "1.3.3" + Version = "1.3.4" symbols = "`~!@#$%^&*()_+[]\\{}|;':,./<>?" chunkSize = 16 // The size of each chunk of the password to be generated by the worker goroutines )