Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tmux 3.5 to the list of supported tmux versions #927

Merged
merged 2 commits into from
Sep 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add tmux 3.5 to the list of supported tmux versions
  • Loading branch information
farzadmf committed Sep 27, 2024
commit dde7c2b98d64fc8d06525eb768c6ea5726902094
1 change: 1 addition & 0 deletions lib/tmuxinator/tmux_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
module Tmuxinator
module TmuxVersion
SUPPORTED_TMUX_VERSIONS = [
3.5,
3.4,
"3.3a",
3.3,
Expand Down