set version to 1.1.0

This commit is contained in:
Nicola Murino
2020-10-10 22:09:48 +02:00
parent 0c0382c9b5
commit 765bad5edd
2 changed files with 7 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ package version
import "strings"
const version = "1.0.0-dev"
const version = "1.1.0"
var (
commit = ""