Skip to content

Commit

Permalink
Bump patch version after integrate 1.6.3 -> 1.6.4 (#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghpvnist authored Aug 30, 2024
1 parent 6d24f7c commit 21dcdd2
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
Expand Up @@ -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, 6, 3); }
static Version getCurrentVersion() { return Version(1, 6, 4); }

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

1 comment on commit 21dcdd2

@apivovarov
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we also need to add a tag for this version?

Please sign in to comment.