Skip to content

Commit a4dad43

Browse files
committed
update ver to 0.21.21
1 parent 68138e0 commit a4dad43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ import (
66
"os"
77
"path/filepath"
88

9-
"github.com/gin-gonic/gin"
109
"github.com/gin-contrib/pprof"
10+
"github.com/gin-gonic/gin"
1111
"github.com/urfave/cli"
1212
"github/flowci/flow-agent-x/config"
1313
"github/flowci/flow-agent-x/controller"
1414
"github/flowci/flow-agent-x/domain"
1515
"github/flowci/flow-agent-x/util"
1616
)
1717

18-
const version = "0.21.05"
18+
const version = "0.21.21"
1919

2020
func init() {
2121
util.LogInit()

0 commit comments

Comments
 (0)