Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Aug 5, 2021
1 parent 20ee834 commit 59c4dc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions carbon.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// @Title carbon
// @Description A simple, semantic and developer-friendly golang package for datetime
// @Page github.com/golang-module/carbon
// @Version v1.4.6
// @Version v1.4.7
// @Author gouguoyin
// @Blog www.gouguoyin.cn
// @Email [email protected]

// A simple, semantic and developer-friendly golang package for datetime
package carbon

import (
Expand Down Expand Up @@ -132,7 +133,7 @@ const (
CookieFormat = "Monday, 02-Jan-2006 15:04:05 MST"
RFC1036Format = "Mon, 02 Jan 06 15:04:05 -0700"
RFC7231Format = "Mon, 02 Jan 2006 15:04:05 GMT"
DayDateTimeFormat = "Mon, Aug 2, 2006 3:04 PM"
DayDateTimeFormat = "Mon, Jan 2, 2006 3:04 PM"
DateTimeFormat = "2006-01-02 15:04:05"
DateFormat = "2006-01-02"
TimeFormat = "15:04:05"
Expand Down

0 comments on commit 59c4dc3

Please sign in to comment.