diff --git a/stablehlo/dialect/Version.h b/stablehlo/dialect/Version.h index 206a4870207..439114f90ae 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, 28); } + static Version getCurrentVersion() { return Version(0, 14, 29); } /// Return a Version representing the minimum supported VHLO dialect version. static Version getMinimumVersion() { return Version(0, 9, 0); }