From 4fd22751dbb1fd599bb9c2bcd70a0b274c49c795 Mon Sep 17 00:00:00 2001 From: Al Date: Sat, 6 Sep 2025 16:54:02 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 527bc23e..4f05aeb4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -m4_define([LIBPOSTAL_VERSION], [1.1.0]) +m4_define([LIBPOSTAL_VERSION], [1.1.1]) AC_INIT([libpostal], LIBPOSTAL_VERSION)