We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b13f60 commit 139e61fCopy full SHA for 139e61f
stablehlo/dialect/Version.h
@@ -38,7 +38,7 @@ class Version {
38
static FailureOr<Version> fromString(llvm::StringRef versionRef);
39
40
/// Return a Version representing the current VHLO dialect version.
41
- static Version getCurrentVersion() { return Version(1, 7, 6); }
+ static Version getCurrentVersion() { return Version(1, 7, 7); }
42
43
/// Return a Version representing the minimum supported VHLO dialect version.
44
static Version getMinimumVersion() { return Version(0, 9, 0); }
0 commit comments