Skip to content

Commit

Permalink
Bump patch version after integrate 0.18.2 -> 0.18.3 (#2034)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghpvnist authored Feb 22, 2024
1 parent e708c82 commit 2f49d24
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=*/2);
return Version(/*major=*/0, /*minor=*/18, /*patch=*/3);
}

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

0 comments on commit 2f49d24

Please sign in to comment.