From b44460a13096f48058abff6f79654901127b1861 Mon Sep 17 00:00:00 2001 From: Abhinav Gunjal Date: Fri, 6 Dec 2024 12:48:00 -0800 Subject: [PATCH] Bump patch version after integrate 1.8.6 -> 1.8.7 (#2662) --- 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 d949253f34..3701b0304e 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(1, 8, 6); } + static Version getCurrentVersion() { return Version(1, 8, 7); } /// Return a Version representing the minimum supported VHLO dialect version. static Version getMinimumVersion() { return Version(0, 9, 0); }