From 9b743eb3a804023fc351e6f53dfda7de0f095842 Mon Sep 17 00:00:00 2001 From: Jacob Morrison Date: Thu, 1 Jun 2023 08:51:49 -0400 Subject: [PATCH] version 1.2.1 --- src/biscuit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/biscuit.h b/src/biscuit.h index de8aa88..fae61d2 100644 --- a/src/biscuit.h +++ b/src/biscuit.h @@ -1,4 +1,4 @@ #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "1.2.1.dev" +#define PACKAGE_VERSION "1.2.1" #endif