Skip to content

Commit

Permalink
chore updated protocol version
Browse files Browse the repository at this point in the history
  • Loading branch information
pentateu committed Jun 13, 2021
1 parent ca74813 commit 3ae858f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ func Moleculer() string {
}

func MoleculerProtocol() string {
return "3"
return "4"
}

func Go() string {
Expand Down

0 comments on commit 3ae858f

Please sign in to comment.