1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-24 10:07:04 +02:00

Change version to latest

This commit is contained in:
Asim Aslam 2020-01-22 17:03:38 +00:00
parent 5cceb00df2
commit 009c598049

View File

@ -129,7 +129,7 @@ type Option func(*Options)
var ( var (
DefaultAddress = ":0" DefaultAddress = ":0"
DefaultName = "go.micro.server" DefaultName = "go.micro.server"
DefaultVersion = time.Now().Format("2006.01.02.15.04") DefaultVersion = "latest",
DefaultId = uuid.New().String() DefaultId = uuid.New().String()
DefaultServer Server = newRpcServer() DefaultServer Server = newRpcServer()
DefaultRouter = newRpcRouter() DefaultRouter = newRpcRouter()