Skip to content

Commit

Permalink
update version (#2551)
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalT committed Jan 10, 2024
1 parent ad053d4 commit 170f4fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
4 changes: 2 additions & 2 deletions common/constant/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package constant

const (
Version = "3.0.4" // apache/dubbo-go version
Version = "3.1.1" // apache/dubbo-go version
Name = "dubbogo" // module name
DATE = "2022/12/01" // release date
DATE = "2023/12/12" // release date
)
3 changes: 1 addition & 2 deletions metadata/service/exporter/configurable/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (
)

import (
"dubbo.apache.org/dubbo-go/v3"
"dubbo.apache.org/dubbo-go/v3/common"
"dubbo.apache.org/dubbo-go/v3/common/constant"
"dubbo.apache.org/dubbo-go/v3/common/extension"
Expand Down Expand Up @@ -95,7 +94,7 @@ func getMetadataPort() string {
} else {
logger.Warnf("[Metadata Service] Dubbo-go %s version's MetadataService only support dubbo protocol,"+
"MetadataService will use random port",
dubbo.Version)
constant.Version)
}
}
return port
Expand Down
21 changes: 0 additions & 21 deletions version.go

This file was deleted.

0 comments on commit 170f4fe

Please sign in to comment.