Bump version: 1.1.2 → 1.1.3

This commit is contained in:
Al
2025-09-07 04:28:29 -04:00
parent 11446bfd6d
commit 4c030d8ff2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.2
current_version = 1.1.3
commit = True
tag = True
allow_dirty = True

View File

@@ -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)