Upped protocol version for VM change

This commit is contained in:
obscuren
2014-09-18 01:02:15 +02:00
parent b3834d8272
commit f3a93b046e
5 changed files with 118 additions and 89 deletions

View File

@@ -24,7 +24,7 @@ func NewSimpleClientIdentity(clientIdentifier string, version string, customIden
version: version,
customIdentifier: customIdentifier,
os: runtime.GOOS,
implementation: "Go",
implementation: runtime.Version(),
}
return clientIdentity