From 3a259388f5cd9c5b43e45d33c78756bfe6d19646 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 8 Apr 2022 20:44:25 -0400 Subject: [PATCH] Bump version to 0.4.0 --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index ea20567..a534474 100644 --- a/include/config.h +++ b/include/config.h @@ -1,3 +1,3 @@ #pragma once -constexpr const char* version = "v0.3.1-beta"; \ No newline at end of file +constexpr const char* version = "0.4.0"; \ No newline at end of file