We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe5f1ee commit 55984e6Copy full SHA for 55984e6
cmd/rpc/server.go
@@ -31,7 +31,7 @@ import (
31
const (
32
colon = ":"
33
34
- SoftwareVersion = "beta-0.1.7"
+ SoftwareVersion = "beta-0.1.8"
35
ContentType = "Content-MessageType"
36
ApplicationJSON = "application/json; charset=utf-8"
37
0 commit comments