Skip to content

Commit b2888cd

Browse files
committed
fix version number
1 parent ee68f2c commit b2888cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/global.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Author : Li Huang (huangli@caep.cn)
55
# Status : Unstable
66
#
7-
# Last modified: 2023/11/15
7+
# Last modified: 2023/12/29
88
#
99

1010
#=
@@ -172,7 +172,7 @@ Version of this julia toolkit.
172172
173173
See also: [`__RELEASE__`](@ref).
174174
"""
175-
const __VERSION__ = v"1.8.3-devel.231115"
175+
const __VERSION__ = v"1.8.4-devel.231229"
176176

177177
"""
178178
__RELEASE__
@@ -181,7 +181,7 @@ Release date of this julia toolkit.
181181
182182
See also: [`__AUTHORS__`](@ref).
183183
"""
184-
const __RELEASE__ = "2023/11"
184+
const __RELEASE__ = "2023/12"
185185

186186
#=
187187
*Remarks* :

0 commit comments

Comments
 (0)