forked from mystiq/dex
5 lines
153 B
Go
5 lines
153 B
Go
// Package version contains version information for this app.
|
|
package version
|
|
|
|
// Version is the semantic version of the server.
|
|
const Version = "0.1.0"
|