mirror of
https://gitee.com/johng/gf.git
synced 2024-11-30 03:07:45 +08:00
version updates
This commit is contained in:
parent
8c5f74e8bb
commit
c0b46f364a
@ -7,7 +7,9 @@
|
||||
// Package gredis provides convenient client for redis server.
|
||||
//
|
||||
// Redis Client.
|
||||
//
|
||||
// Redis Commands Official: https://redis.io/commands
|
||||
//
|
||||
// Redis Chinese Documentation: http://redisdoc.com/
|
||||
package gredis
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/gogf/gf/g"
|
||||
"fmt"
|
||||
"github.com/gogf/gf/g"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
@ -1,4 +1,4 @@
|
||||
package gf
|
||||
|
||||
const VERSION = "v1.6.11"
|
||||
const VERSION = "v1.6.12"
|
||||
const AUTHORS = "john<john@goframe.org>"
|
||||
|
Loading…
Reference in New Issue
Block a user