From fd02662d9f34e4dc8a745b7b18bf685f49983f41 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Sat, 30 Nov 2019 02:05:19 -0400 Subject: [PATCH] Bump default netid to gamma for 0.6 --- llarp/constants/version.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llarp/constants/version.cpp b/llarp/constants/version.cpp index ccae8b153..be1b9e544 100644 --- a/llarp/constants/version.cpp +++ b/llarp/constants/version.cpp @@ -1,6 +1,6 @@ #include #ifndef LLARP_DEFAULT_NETID -#define LLARP_DEFAULT_NETID "beta" +#define LLARP_DEFAULT_NETID "gamma" #endif const char Version::LLARP_NET_ID[] = LLARP_DEFAULT_NETID;