Skip to content

Commit

Permalink
Bump patch version after integrate 0.18.1 -> 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasgup3 committed Feb 21, 2024
1 parent 422a015 commit e1e8a1d
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=*/1);
return Version(/*major=*/0, /*minor=*/18, /*patch=*/2);
}

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

0 comments on commit e1e8a1d

Please sign in to comment.