From 01a3a7728d55b35445a9db25f8e53af567420382 Mon Sep 17 00:00:00 2001 From: tobiasrausch Date: Wed, 17 Feb 2021 15:52:32 +0100 Subject: [PATCH] v0.5.8 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index f7f6906..2cdf3cd 100644 --- a/src/version.h +++ b/src/version.h @@ -5,7 +5,7 @@ namespace tracy { - std::string tracyVersionNumber = "0.5.7"; + std::string tracyVersionNumber = "0.5.8"; inline void printTitle(std::string const& title)