Skip to content

Commit

Permalink
Update BuildId.hpp
Browse files Browse the repository at this point in the history
Signed-off-by: quic-zhanweiw <150764245+quic-zhanweiw@users.noreply.github.com>
  • Loading branch information
quic-zhanweiw authored Sep 16, 2024
1 parent 3033ae5 commit 5b36c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/BuildId.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace qnn {
namespace tools {

inline std::string getBuildId() { return std::string("v2.24.0.240626131148_96320"); }
inline std::string getBuildId() { return std::string("v2.26.0.240827110523_99241"); }

} // namespace tools
} // namespace qnn

0 comments on commit 5b36c9f

Please sign in to comment.