This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/version/version.go
2016-07-26 15:51:24 -07:00

6 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"