Skip to content

Commit a578b3b

Browse files
committed
fix versioning
1 parent 507862d commit a578b3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ import (
2727

2828
const (
2929
timeFormat = "2006-01-02T15:04:05"
30-
version = "4.1.1"
3130
)
3231

32+
var version = "4.1.1"
33+
3334
func timestampToTime(timeStamp *string, local bool) (time.Time, error) {
3435
var zone *time.Location
3536
if local {

0 commit comments

Comments
 (0)