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

Change-Id: Ie6a05964c65a73d124b3d26a77b13a5171f515de
diff --git a/MADB_VERSION b/MADB_VERSION
index 0ec25f7..795460f 100644
--- a/MADB_VERSION
+++ b/MADB_VERSION
@@ -1 +1 @@
-v1.0.0
+v1.1.0
diff --git a/version.go b/version.go
index dbb7357..c18956e 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.0.0-develop"
+var version = "v1.1.0-develop"