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.

7 lines
283 B
Go

// 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.2.0-dev"