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