Ocean/System/Version/Variables.go
Thorsten Sommer 4ef6e64a45 Added TLS and HTTP/2 support
In order to use TLS and HTTP/2, add the necessary certificate and the key to the staticFiles.zip file and configure Ocean to enable it.
2016-03-16 10:11:05 +01:00

6 lines
89 B
Go

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