From 247172a9f2d5b7a7a997a8c02dade2c74f27a545 Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Sat, 11 Jan 2025 21:11:55 +0800 Subject: [PATCH] :memo: update minor version --- src/nasal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nasal.h b/src/nasal.h index 4e86914..b75a274 100644 --- a/src/nasal.h +++ b/src/nasal.h @@ -1,7 +1,7 @@ #pragma once #ifndef __nasver__ -#define __nasver__ "11.3.1" +#define __nasver__ "11.3.2" #endif #include