From c4f49148d7efaad4d530146126825edf482833fd Mon Sep 17 00:00:00 2001 From: Aliya Nigamova Date: Thu, 11 Apr 2024 13:13:57 +0200 Subject: [PATCH] Update combine.cpp --- bin/combine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/combine.cpp b/bin/combine.cpp index a8ee026ffe2..fda06176f20 100644 --- a/bin/combine.cpp +++ b/bin/combine.cpp @@ -32,7 +32,7 @@ using namespace std; // Update whenever we have a new Tag -std::string combineTagString = "v9.2.0"; +std::string combineTagString = "v9.2.1"; // int main(int argc, char **argv) {