From e54f6c4be1654453646ebb2829a6f049b7587b76 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Wed, 18 Oct 2023 10:07:27 -0700 Subject: [PATCH] Bump patch version after integrate 0.14.26 -> 0.14.27 (#1811) --- 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 0a3dbdc8838..39d99a0b724 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, 14, 26); } + static Version getCurrentVersion() { return Version(0, 14, 27); } /// Return a Version representing the minimum supported VHLO dialect version. static Version getMinimumVersion() { return Version(0, 9, 0); }