Skip to content

Commit

Permalink
Bump patch version after integrate 0.18.4 -> 0.18.5 (#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigunj authored Feb 29, 2024
1 parent 57036b6 commit c2fccec
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 @@ -39,7 +39,7 @@ class Version {

/// Return a Version representing the current VHLO dialect version.
static Version getCurrentVersion() {
return Version(/*major=*/0, /*minor=*/18, /*patch=*/4);
return Version(/*major=*/0, /*minor=*/18, /*patch=*/5);
}

/// Return a Version representing the minimum supported VHLO dialect version.
Expand Down

0 comments on commit c2fccec

Please sign in to comment.