blktrace 1.1.0

Bump it up to a full 1.1 since we now include iowatcher.

Signed-off-by: Jens Axboe <axboe@fb.com>
diff --git a/blkparse.c b/blkparse.c
index a27b3ed..ab5edc2 100644
--- a/blkparse.c
+++ b/blkparse.c
@@ -36,7 +36,7 @@
 #include "rbtree.h"
 #include "jhash.h"
 
-static char blkparse_version[] = "1.0.5";
+static char blkparse_version[] = "1.1.0";
 
 struct skip_info {
 	unsigned long start, end;