diff --git a/include/crow/version.h b/include/crow/version.h index 77b808b1f..7f06a23f0 100644 --- a/include/crow/version.h +++ b/include/crow/version.h @@ -2,5 +2,5 @@ namespace crow { - constexpr const char VERSION[] = "1.1.0"; + constexpr const char VERSION[] = "1.1.1"; }