Skip to content

Commit 53e7180

Browse files
committed
Fixed bug in reldate where Month and Monday were confused.
1 parent b0334d1 commit 53e7180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datatools.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
)
3535

3636
const (
37-
Version = `v1.0.1`
37+
Version = `v1.0.2`
3838

3939
LicenseText = `
4040
%s %s

0 commit comments

Comments
 (0)