Make version reflect build version

This commit is contained in:
max 2025-03-10 14:05:22 -05:00
parent c328726ed0
commit 1e93add7bd

View File

@ -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
)