From a808888867766dd4354d0841b87d1c84a54912ab Mon Sep 17 00:00:00 2001 From: Gunhyun Park Date: Tue, 30 Jan 2024 10:35:36 -0800 Subject: [PATCH] Bump patch version after integrate 0.17.5 -> 0.17.6 (#1968) --- stablehlo/dialect/Version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stablehlo/dialect/Version.h b/stablehlo/dialect/Version.h index da87ada892b..eae144ba4df 100644 --- a/stablehlo/dialect/Version.h +++ b/stablehlo/dialect/Version.h @@ -38,7 +38,7 @@ class Version { static FailureOr fromString(llvm::StringRef versionRef); /// Return a Version representing the current VHLO dialect version. - static Version getCurrentVersion() { return Version(0, 17, 5); } + static Version getCurrentVersion() { return Version(0, 17, 6); } /// Return a Version representing the minimum supported VHLO dialect version. static Version getMinimumVersion() { return Version(0, 9, 0); }