version updates

This commit is contained in:
John 2019-05-14 22:02:09 +08:00
parent 8c5f74e8bb
commit c0b46f364a
3 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -1,8 +1,8 @@
package main
import (
"fmt"
"github.com/gogf/gf/g"
"fmt"
"github.com/gogf/gf/g"
)
func main() {

View File

@ -1,4 +1,4 @@
package gf
const VERSION = "v1.6.11"
const VERSION = "v1.6.12"
const AUTHORS = "john<john@goframe.org>"