From 7ea3569e3894f19fbae6cfdb3406f2240570e3c1 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 8 Dec 2022 15:03:51 -0500 Subject: Added a bunch of stuff for making LINGO puzzles --- lib/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/version.h') diff --git a/lib/version.h b/lib/version.h index 0404f5f..4dc5e52 100644 --- a/lib/version.h +++ b/lib/version.h @@ -4,7 +4,7 @@ namespace verbly { const int DATABASE_MAJOR_VERSION = 1; - const int DATABASE_MINOR_VERSION = 1; + const int DATABASE_MINOR_VERSION = 3; }; -- cgit 1.4.1