Skip to content

Commit

Permalink
Upgrade carbon version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Nov 24, 2024
1 parent 21b4a2f commit 9707d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions carbon.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

// Version current version
// 当前版本号
const Version = "2.4.1"
const Version = "2.5.0"

// timezone constants
// 时区常量
Expand Down Expand Up @@ -271,9 +271,9 @@ const (
type Carbon struct {
time time.Time
testNow int64 // nanosecond timestamp of test now time
layout string
weekStartsAt time.Weekday
loc *time.Location
layout string
lang *Language
Error error
}
Expand Down

0 comments on commit 9707d88

Please sign in to comment.