Skip to content

Commit

Permalink
We should default to version two now.
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguyryan committed Jan 28, 2025
1 parent 8829bb0 commit ab21f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psistega3-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ fn main() {
// Apply any settings that might have been specified.
apply_codec_settings(&mut codec, &args[4..], action_type, unattended);
} else {
codec = Box::<StegaV1>::default();
codec = Box::<StegaV2>::default();
}

// Execute the requested action with the provided arguments.
Expand Down

0 comments on commit ab21f1f

Please sign in to comment.