mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
fix issue in unit testing case for package gsession; version updates
This commit is contained in:
@ -17,6 +17,6 @@ func Test_NewSessionId(t *testing.T) {
|
||||
id1 := NewSessionId()
|
||||
id2 := NewSessionId()
|
||||
t.AssertNE(id1, id2)
|
||||
t.Assert(len(id1), 36)
|
||||
t.Assert(len(id1), 32)
|
||||
})
|
||||
}
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
package gf
|
||||
|
||||
const VERSION = "v1.13.0"
|
||||
const VERSION = "v1.13.1"
|
||||
const AUTHORS = "john<john@goframe.org>"
|
||||
|
||||
Reference in New Issue
Block a user