To Update to the latest cimgui versiongit submodule update --initgit submodule update --remoteUpdate the version in version.json fileand then git commit + push.To Trigger a release push a tag as shown belowgit tag -a v1.4 -m "my version 1.4"git push origin v1.4