Skip to content

Commit 6233320

Browse files
committed
v0.3.8
I hate this version cockup so much...
1 parent 7e884dc commit 6233320

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.3.6
5+
require github.com/dgurney/unikey v0.3.7
66

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

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/dgurney/unikey v0.3.6 h1:IgxWOlYehA4Ai7uXlsEyT1o1Jvo3LbsUk4S89WFOFJk=
2-
github.com/dgurney/unikey v0.3.6/go.mod h1:vHqV5+bSBPDtT7q2cxY9DBC/gizehUa/pgbqbWpyL0k=
1+
github.com/dgurney/unikey v0.3.7 h1:lBXR/aUafE8yssvqteqbz7/nB6VgxGO0G7JY016wfeg=
2+
github.com/dgurney/unikey v0.3.7/go.mod h1:vHqV5+bSBPDtT7q2cxY9DBC/gizehUa/pgbqbWpyL0k=

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.3.6"
27+
const version = "0.3.8"
2828

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

0 commit comments

Comments
 (0)