From f54160cfad807592f7e01f384a80b342ec19f985 Mon Sep 17 00:00:00 2001 From: Tindy X <49061470+tindy2013@users.noreply.github.com> Date: Wed, 29 Jul 2020 19:44:54 +0800 Subject: [PATCH] Bump version to v0.6.2 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 872527b34..5913fec33 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #ifndef VERSION_H_INCLUDED #define VERSION_H_INCLUDED -#define VERSION "v0.6.1" +#define VERSION "v0.6.2" #endif // VERSION_H_INCLUDED