dex/version/version.go

6 lines
153 B
Go
Raw Normal View History

2016-07-26 01:30:28 +05:30
// Package version contains version information for this app.
package version
// Version is the semantic version of the server.
const Version = "0.1.0"