From 6f833fcff6f079a345bac9bf6c200ba31c7ed0f6 Mon Sep 17 00:00:00 2001 From: "Shah, Kevin" Date: Fri, 30 Aug 2024 10:49:21 -0400 Subject: [PATCH] fix: Device version --- src/sdks/core/src/cpp/templates/Device/src/module_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdks/core/src/cpp/templates/Device/src/module_impl.cpp b/src/sdks/core/src/cpp/templates/Device/src/module_impl.cpp index 242897d9d..076f78e8c 100644 --- a/src/sdks/core/src/cpp/templates/Device/src/module_impl.cpp +++ b/src/sdks/core/src/cpp/templates/Device/src/module_impl.cpp @@ -26,7 +26,7 @@ namespace ${info.Title} { std::string ${info.Title}Impl::version(Firebolt::Error *err) const { JsonObject jsonParameters; - JsonData_Versions jsonResult; + JsonData_DeviceVersion jsonResult; std::string version; Firebolt::Error status = Firebolt::Error::NotConnected;