From 2b9bb1e0d99170a1aeda710d358e7535d7bd568b Mon Sep 17 00:00:00 2001 From: AniruddhaKanhere <60444055+AniruddhaKanhere@users.noreply.github.com> Date: Wed, 6 May 2026 15:31:45 -0700 Subject: [PATCH] [AUTO][RELEASE]: Update version numbers to v2.0.0 --- docs/doxygen/config.doxyfile | 2 +- manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/config.doxyfile b/docs/doxygen/config.doxyfile index 4612036..83b067f 100644 --- a/docs/doxygen/config.doxyfile +++ b/docs/doxygen/config.doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = "coreMQTT Agent" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.3.2 +PROJECT_NUMBER = v2.0.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/manifest.yml b/manifest.yml index d75269b..37234f6 100644 --- a/manifest.yml +++ b/manifest.yml @@ -1,5 +1,5 @@ name : "coreMQTT Agent" -version: "v1.3.2" +version: "v2.0.0" description: | "Agent for thread-safe use of coreMQTT.\n" license: "MIT"