initial commit
This commit is contained in:
5
version/version.go
Normal file
5
version/version.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// Package version contains version information for this app.
|
||||
package version
|
||||
|
||||
// Version is the semantic version of the server.
|
||||
const Version = "0.1.0"
|
Reference in New Issue
Block a user