From 6d6768f0b2e87dba14878f34d125b6faae2eaf30 Mon Sep 17 00:00:00 2001 From: Zaafar <5079646+zaafar@users.noreply.github.com> Date: Tue, 27 Jun 2023 11:50:12 -0400 Subject: [PATCH] upgrade to 1.89.6 --- cimgui | 2 +- version.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cimgui b/cimgui index ffda780..dccbce9 160000 --- a/cimgui +++ b/cimgui @@ -1 +1 @@ -Subproject commit ffda7805d28acc13b423eaa46706d809cc4c59b5 +Subproject commit dccbce96fb223a68aa78fe38e87f1ae74fd09dc4 diff --git a/version.json b/version.json index c0364f2..f28536f 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "1.89.5", + "version": "1.89.6", "publicReleaseRefSpec": [ "^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N ],