From 578a0343305173910c645b40e0b1e553231a8aa6 Mon Sep 17 00:00:00 2001 From: mlevesquedion Date: Tue, 12 Dec 2023 12:01:17 -0800 Subject: [PATCH] Bump patch version after integrate 0.16.1 -> 0.16.2 (#1854) --- 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 ada72207d0..ce649951c2 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, 16, 1); } + static Version getCurrentVersion() { return Version(0, 16, 2); } /// Return a Version representing the minimum supported VHLO dialect version. static Version getMinimumVersion() { return Version(0, 9, 0); }