Make version reflect build version
This commit is contained in:
		
							
								
								
									
										2
									
								
								main.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								main.go
									
									
									
									
									
								
							@@ -15,7 +15,7 @@ import (
 | 
				
			|||||||
var allowedCharacters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890`~!@#$%^&*()_+[]\\{}|;':,./<>?")
 | 
					var allowedCharacters = []rune("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890`~!@#$%^&*()_+[]\\{}|;':,./<>?")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	Version   = "1.3.3"
 | 
						Version   = "1.3.4"
 | 
				
			||||||
	symbols   = "`~!@#$%^&*()_+[]\\{}|;':,./<>?"
 | 
						symbols   = "`~!@#$%^&*()_+[]\\{}|;':,./<>?"
 | 
				
			||||||
	chunkSize = 16 // The size of each chunk of the password to be generated by the worker goroutines
 | 
						chunkSize = 16 // The size of each chunk of the password to be generated by the worker goroutines
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user