11 Commits

Author SHA1 Message Date
max
fe11983dab Make version reflect build version 2025-03-10 14:07:37 -05:00
max
1e93add7bd Make version reflect build version 2025-03-10 14:05:22 -05:00
max
c328726ed0 Build with latest Go version 2025-03-10 14:04:19 -05:00
max
7e826b75d7 Fixed 1.3.3 build 2024-11-01 14:40:05 -05:00
max
72f4797428 Fix version displayed by -v 2024-11-01 14:39:24 -05:00
max
aad2144e7c Build updated binaries 2024-11-01 14:31:08 -05:00
max
a1c8d6e531 Bump version 2024-11-01 14:30:16 -05:00
max
0d5d7503ec Build with Go 1.23.2 2024-11-01 14:29:11 -05:00
max
ee1a0fedcc Build with Go 1.22 2024-02-14 13:39:33 -06:00
max
3fc3f35bb5 Bump version to 1.3.2 2024-02-14 13:32:56 -06:00
max
9a98788476 Update Go version to 1.22 2024-02-14 13:32:07 -06:00
29 changed files with 3 additions and 3 deletions

Binary file not shown.

BIN
bin/gopass-darwin-amd64-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-freebsd-386-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-freebsd-amd64-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-freebsd-arm-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-linux-386-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-linux-amd64-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-linux-arm-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-plan9-386-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-plan9-amd64-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-plan9-arm-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-windows-386-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-windows-amd64-1.3.4 Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/gopass-windows-arm-1.3.4 Executable file

Binary file not shown.

2
go.mod
View File

@ -1,3 +1,3 @@
module GoPass
go 1.20
go 1.24.1

View File

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

View File

@ -1,5 +1,5 @@
# The current version number of the program
VERSION := 1.3.1
VERSION := 1.3.4
# List of OS and architecture combinations to build
BUILD_OS_ARCH := \