Ocean/System/Version/Variables.go
Thorsten Sommer 50f4836e44 Fixed TLS for ICCC
Added the hostname of the public server in order to send ICCC messages over TLS and HTTP/2
2016-03-16 12:26:48 +01:00

6 lines
89 B
Go

package Version
var (
oceansVersion string = `2.1.1` // Ocean's current version
)