summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Gräsman <kim.grasman@gmail.com>2023-04-02 21:26:24 +0200
committerKim Gräsman <kim.grasman@gmail.com>2023-04-02 21:26:24 +0200
commit5095537c4b3b79d5ffd6e6f5dd0dfe65c4cc940d (patch)
tree8d14620fd9a05bef449e80dd800b4caf66aa916b
parent8a863b94b968f5ec7f1004a6b02281064ed7a6b5 (diff)
Bump version to 0.21 on master
-rw-r--r--iwyu_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iwyu_version.h b/iwyu_version.h
index 1387ee2..cdf5a25 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.20"
+#define IWYU_VERSION_STRING "0.21"
#endif // INCLUDE_WHAT_YOU_USE_IWYU_VERSION_H_