update version: v1.1.1
This commit is contained in:
parent
26d367fab3
commit
5415b1cec8
|
|
@ -3,7 +3,6 @@ package script
|
|||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"log"
|
||||
"os/exec"
|
||||
"reflect"
|
||||
"strconv"
|
||||
|
|
@ -98,7 +97,6 @@ func BQLQueryListByCustomSelect(ledgerConfig *Config, selectBql string, queryPar
|
|||
if err != nil {
|
||||
return err
|
||||
}
|
||||
log.Println(output)
|
||||
err = parseResult(output, queryResultPtr, false)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
|
|
@ -3,5 +3,5 @@ package service
|
|||
import "github.com/gin-gonic/gin"
|
||||
|
||||
func QueryVersion(c *gin.Context) {
|
||||
OK(c, "v1.1.0")
|
||||
OK(c, "v1.1.1")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue