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