From 4c030d8ff2fcf59c26510f68823c28a2346034d4 Mon Sep 17 00:00:00 2001 From: Al Date: Sun, 7 Sep 2025 04:28:29 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.2=20=E2=86=92=201.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a699bfa3..048f0eb4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.2 +current_version = 1.1.3 commit = True tag = True allow_dirty = True diff --git a/configure.ac b/configure.ac index 85d91036..8425f6a8 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.2]) +m4_define([LIBPOSTAL_VERSION], [1.1.3]) AC_INIT([libpostal], LIBPOSTAL_VERSION)