1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

update the GetInt to GetInt64

This commit is contained in:
astaxie
2014-11-05 13:53:38 +08:00
parent 850e3dcfd4
commit 930049f7de
2 changed files with 3 additions and 3 deletions

2
bee.go
View File

@ -25,7 +25,7 @@ import (
"strings"
)
const version = "1.2.2"
const version = "1.2.3"
type Command struct {
// Run runs the command.