From 776b64e3efa7fdbe4102faddcef462b7eb378488 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Thu, 10 Aug 2023 13:13:19 +1000 Subject: [PATCH] Bump version number --- config/Version.public.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index 2335f258e..55ad6d432 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -2,8 +2,8 @@ VERSION_SHORT=2.19 // Public long version. Example: 2.0.0.0. The last 0 means the first build for // version 2.0.0 -VERSION_LONG=2.19.0.0 +VERSION_LONG=2.19.0.1 // This is the value for the CFBundleVersion it should be incremented on every // build that gets distributed -BUILD_NUMBER=11252 +BUILD_NUMBER=11253