Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump patch version after integrate 1.9.0 -> 1.9.1
Browse files Browse the repository at this point in the history
abhigunj committed Jan 30, 2025
1 parent 48a1e14 commit 0ea8b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stablehlo/dialect/Version.h
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ class Version {
static FailureOr<Version> fromString(llvm::StringRef versionRef);

/// Return a Version representing the current VHLO dialect version.
static Version getCurrentVersion() { return Version(1, 9, 0); }
static Version getCurrentVersion() { return Version(1, 9, 1); }

/// Return a Version representing the minimum supported VHLO dialect version.
static Version getMinimumVersion() { return Version(0, 9, 0); }

0 comments on commit 0ea8b5c

Please sign in to comment.