From e2ac634c3e5ce16ac522a301d920efc1d83f7620 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 13 Aug 2020 22:34:27 -0700 Subject: [PATCH] Bump token version --- token/program/inc/token.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token/program/inc/token.h b/token/program/inc/token.h index 7019ff46..8676b6e4 100644 --- a/token/program/inc/token.h +++ b/token/program/inc/token.h @@ -9,7 +9,7 @@ #define TOKEN_MAJOR_VERSION 1 #define TOKEN_MINOR_VERSION 0 -#define TOKEN_PATCH_VERSION 6 +#define TOKEN_PATCH_VERSION 7 /** * There are 10^9 lamports in one SOL