Skip to content

Commit

Permalink
Set middleware version in preparation for release (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
piersy authored Jan 27, 2023
1 parent 4ff499c commit ec49824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/rpc/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ const (
)

var (
MiddlewareVersion = "0.9.1"
MiddlewareVersion = "1.0.0"
NodeVersion = params.Version
)

0 comments on commit ec49824

Please sign in to comment.