1
0
mirror of https://github.com/beego/bee.git synced 2025-06-14 03:10:40 +00:00

upgrade the delve version

This commit is contained in:
Deng Ming
2023-06-10 23:19:07 +08:00
parent 0db82ee3bb
commit e879c37436
5 changed files with 71 additions and 40 deletions

View File

@ -4,7 +4,7 @@
// not use this file except in compliance with the License. You may obtain
// a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
@ -27,7 +27,7 @@ import (
const confVer = 0
const (
Version = "2.0.4"
Version = "2.1.0"
GitRemotePath = "github.com/beego/bee/v2"
)