From b62dc66da9946b4c400c0d99c9d5bb8e04edaee6 Mon Sep 17 00:00:00 2001 From: Abhinav Gunjal Date: Wed, 29 Jan 2025 18:17:56 -0800 Subject: [PATCH] Bump patch version after integrate 1.9.0 -> 1.9.1 (#2703) --- 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 85558cf289..7940919ec5 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, 9, 0); } + static Version getCurrentVersion() { return Version(1, 9, 1); } /// Return a Version representing the minimum supported VHLO dialect version. static Version getMinimumVersion() { return Version(0, 9, 0); }