From a6a3e0830ac48cb16049834f20a336d98227e102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Gr=C3=A4sman?= Date: Wed, 2 Nov 2022 20:58:28 +0100 Subject: [PATCH] Bump version to 0.20 on master --- iwyu_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iwyu_version.h b/iwyu_version.h index 143f12b..1387ee2 100644 --- a/iwyu_version.h +++ b/iwyu_version.h @@ -10,6 +10,6 @@ #ifndef INCLUDE_WHAT_YOU_USE_IWYU_VERSION_H_ #define INCLUDE_WHAT_YOU_USE_IWYU_VERSION_H_ -#define IWYU_VERSION_STRING "0.19" +#define IWYU_VERSION_STRING "0.20" #endif // INCLUDE_WHAT_YOU_USE_IWYU_VERSION_H_