Skip to content

Commit

Permalink
Merge pull request #56 from KarenEfereyan/feat/KarenEfereyan/54
Browse files Browse the repository at this point in the history
Update reserved port from 10008 to 10011
  • Loading branch information
leecalcote authored Sep 12, 2020
2 parents 0eefea6 + d5a1c71 commit f4ba68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smi-conformance/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {

service := &grpc.Service{
Name: "smi-conformance",
Port: "10008",
Port: "10011",
Version: "v1.0.0",
StartedAt: time.Now(),
}
Expand Down

0 comments on commit f4ba68e

Please sign in to comment.