TBR: chore: bump the version to v1.1.1.

Change-Id: I0a9d655bc49cc5517ed0d272cdb3fe16cb0394a1
diff --git a/MADB_VERSION b/MADB_VERSION
index 795460f..56130fb 100644
--- a/MADB_VERSION
+++ b/MADB_VERSION
@@ -1 +1 @@
-v1.1.0
+v1.1.1
diff --git a/version.go b/version.go
index c18956e..7b1ae9d 100644
--- a/version.go
+++ b/version.go
@@ -13,4 +13,4 @@
 // version, for example when the user gets this tool with 'go get' command.
 // This value is intended to be overwritten by the command line argument of 'go build', when
 // releasing an official version. See "scripts/release.go" for more details.
-var version = "v1.1.0-develop"
+var version = "v1.1.1-develop"