Skip to content

Commit fdb05de

Browse files
committed
build: Update version from 2.6.7 to 2.6.8
1 parent 7f19a9f commit fdb05de

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

constants.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
// Version current version
8-
const Version = "2.6.7"
8+
const Version = "2.6.8"
99

1010
// timezone constants
1111
const (
@@ -88,6 +88,14 @@ const (
8888
December = time.December
8989
)
9090

91+
// season constants
92+
const (
93+
Spring = "Spring"
94+
Summer = "Summer"
95+
Autumn = "Autumn"
96+
Winter = "Winter"
97+
)
98+
9199
// constellation constants
92100
const (
93101
Aries = "Aries"
@@ -115,14 +123,6 @@ const (
115123
Sunday = time.Sunday
116124
)
117125

118-
// season constants
119-
const (
120-
Spring = "Spring"
121-
Summer = "Summer"
122-
Autumn = "Autumn"
123-
Winter = "Winter"
124-
)
125-
126126
// number constants
127127
const (
128128
EpochYear = 1970

0 commit comments

Comments
 (0)