Skip to content

Commit

Permalink
Revert API bump (openxla#2376)
Browse files Browse the repository at this point in the history
PR was not ready to be submitted:
openxla#2366
  • Loading branch information
mlevesquedion authored Jun 3, 2024
1 parent 4e9a41b commit 392108a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stablehlo/api/PortableApi.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace stablehlo {

/// Return the current version for portable API.
/// Increments on all meaningful changes to this file.
inline int64_t getApiVersion() { return 7; }
inline int64_t getApiVersion() { return 6; }

// Get the current StableHLO version.
//
Expand Down

0 comments on commit 392108a

Please sign in to comment.