mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
api: add version checking
This commit is contained in:
4
api/constants.go
Normal file
4
api/constants.go
Normal file
@ -0,0 +1,4 @@
|
||||
package main
|
||||
|
||||
var edition = "ce"
|
||||
var version = "v1.0.0"
|
Reference in New Issue
Block a user