Skip to content

Commit 4e94e25

Browse files
committed
v0.4.1
Incorporates leap year check
1 parent 26470fa commit 4e94e25

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/dgurney/unikey-mod7
22

33
go 1.16
44

5-
require github.com/dgurney/unikey v0.4.0
5+
require github.com/dgurney/unikey v0.4.1
66

77
// replace github.com/dgurney/unikey => ../unikey

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/dgurney/unikey v0.4.0 h1:8liT1hBgMR2PXmxRiXUqCxkMmKOQ+BhF748eH5wPGGM=
2-
github.com/dgurney/unikey v0.4.0/go.mod h1:n2GrMQJVZTn9PztnbyPnewdGhLB74QkFmfVr5KWDIrI=
1+
github.com/dgurney/unikey v0.4.1 h1:ZIVSthltD6e2woAfoob1GQXiRp2DqwVwtbiDc+3pOCo=
2+
github.com/dgurney/unikey v0.4.1/go.mod h1:n2GrMQJVZTn9PztnbyPnewdGhLB74QkFmfVr5KWDIrI=
33
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
44
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 h1:pLI5jrR7OSLijeIDcmRxNmw2api+jEfxLoykJVice/E=
55
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/dgurney/unikey/validator"
2525
)
2626

27-
const version = "0.4.0"
27+
const version = "0.4.1"
2828

2929
func init() {
3030
rand.Seed(time.Now().UnixNano())

0 commit comments

Comments
 (0)