Bump Mainflux version to 0.12.0 (#1399)

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2021-03-29 12:13:20 +02:00 committed by GitHub
parent 6b6f18317f
commit 4efd25eed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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