Skip to content

Commit

Permalink
bump IR version
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Oct 9, 2024
1 parent e426be4 commit 66adb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-python/src/lazyframe/visit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl NodeTraverser {
// Increment major on breaking changes to the IR (e.g. renaming
// fields, reordering tuples), minor on backwards compatible
// changes (e.g. exposing a new expression node).
const VERSION: Version = (2, 2);
const VERSION: Version = (2, 3);

pub fn new(root: Node, lp_arena: Arena<IR>, expr_arena: Arena<AExpr>) -> Self {
Self {
Expand Down

0 comments on commit 66adb47

Please sign in to comment.