diff --git a/stablehlo/dialect/Version.h b/stablehlo/dialect/Version.h index 5f400b1969..2faee540f5 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, 7, 3); } + static Version getCurrentVersion() { return Version(1, 7, 4); } /// Return a Version representing the minimum supported VHLO dialect version. static Version getMinimumVersion() { return Version(0, 9, 0); }