1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

release: v1.2.0

This commit is contained in:
Adhityaa Chandrasekar
2018-10-07 23:14:55 -04:00
parent 3f1c570e84
commit 6d3f8171e5
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package main package main
var edition = "ce" var edition = "ce"
var version = "v1.1.3" var version = "v1.2.0"

View File

@ -0,0 +1,2 @@
UPDATE config
SET version = 'v1.2.0';