You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// Package version holds the server release string exposed to clients and admin.
|
|
// Bump this when you deploy a release that should drive the changelog gate.
|
|
package version
|
|
|
|
// Version is the active server build id (shown in /hero/init and admin /info).
|
|
const Version = "0.3.0-dev"
|