From 2607bdbee6e55a6e74322985b3949aff9bfb9dd7 Mon Sep 17 00:00:00 2001 From: Stephen Shelton Date: Wed, 15 Jan 2020 21:55:34 -0700 Subject: [PATCH] Bump version (0.6.3) --- llarp/constants/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llarp/constants/version.h b/llarp/constants/version.h index 85c36dcf2..475dcfb77 100644 --- a/llarp/constants/version.h +++ b/llarp/constants/version.h @@ -8,7 +8,7 @@ #define LLARP_VERSION_MAJ 0 #define LLARP_VERSION_MIN 6 -#define LLARP_VERSION_PATCH 2 +#define LLARP_VERSION_PATCH 3 #define LLARP_DEFAULT_NETID "lokinet"