Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagrulla committed Apr 21, 2023
1 parent 507862d commit a578b3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ import (

const (
timeFormat = "2006-01-02T15:04:05"
version = "4.1.1"
)

var version = "4.1.1"

func timestampToTime(timeStamp *string, local bool) (time.Time, error) {
var zone *time.Location
if local {
Expand Down

0 comments on commit a578b3b

Please sign in to comment.