4ef6e64a45
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.
6 lines
89 B
Go
6 lines
89 B
Go
package Version
|
|
|
|
var (
|
|
oceansVersion string = `2.1.0` // Ocean's current version
|
|
)
|