1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-26 13:48:53 +08:00

NOISSUE - Update version.go with 0.12.1 (#1418)

Signed-off-by: Manuel Imperiale <manuel.imperiale@gmail.com>
This commit is contained in:
Manuel Imperiale 2021-05-11 11:49:41 +02:00 committed by GitHub
parent 9ce31b65a6
commit 38ca7f761b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ import (
"net/http"
)
const version string = "0.12.0"
const version string = "0.12.1"
// VersionInfo contains version endpoint response.
type VersionInfo struct {