Skip to content

Commit

Permalink
1.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Oct 17, 2019
1 parent e8bdbb2 commit 69c0265
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cmd.go
Expand Up @@ -41,7 +41,7 @@ var (

name = "micro"
description = "A microservice runtime"
version = "1.11.0"
version = "1.12.0"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -11,7 +11,7 @@ require (
github.com/gorilla/mux v1.7.3
github.com/grpc-ecosystem/grpc-gateway v1.11.3 // indirect
github.com/micro/cli v0.2.0
github.com/micro/go-micro v1.11.1-0.20191015151438-b1d5dc20fa75
github.com/micro/go-micro v1.12.0
github.com/olekukonko/tablewriter v0.0.1
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -273,6 +273,8 @@ github.com/micro/go-micro v1.11.1-0.20191013174011-b701da6d691d/go.mod h1:HzQ2CQ
github.com/micro/go-micro v1.11.1-0.20191015151438-b1d5dc20fa75 h1:F7bmwQaY+gWx9tUEvT4QxUPYS0khsYEOxeVDAileDso=
github.com/micro/go-micro v1.11.1-0.20191015151438-b1d5dc20fa75/go.mod h1:dbMgBQRxpTdBZPfr+sUKZsw7oY/7pf8TaM3Ud0/sDus=
github.com/micro/go-micro v1.11.3 h1:5RIqqxcl6d0666q3AIxzd7FIJW5RMLkWgOUyh4h6t2k=
github.com/micro/go-micro v1.12.0 h1:tYKGfDd4vCoYrkY7rfNgMf9Fi810DWzWsKlI9fLiTR0=
github.com/micro/go-micro v1.12.0/go.mod h1:dbMgBQRxpTdBZPfr+sUKZsw7oY/7pf8TaM3Ud0/sDus=
github.com/micro/mdns v0.3.0 h1:bYycYe+98AXR3s8Nq5qvt6C573uFTDPIYzJemWON0QE=
github.com/micro/mdns v0.3.0/go.mod h1:KJ0dW7KmicXU2BV++qkLlmHYcVv7/hHnbtguSWt9Aoc=
github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg=
Expand Down

0 comments on commit 69c0265

Please sign in to comment.