updates SUPPORTED_TMUX_VERSIONS to include 2.4, 2.5, 2.6

This commit is contained in:
Adam Strickland
2017-11-28 09:39:24 -06:00
parent 141be784cd
commit 4738d7f3c0

View File

@@ -16,7 +16,10 @@ module Tmuxinator
2.0,
2.1,
2.2,
2.3
2.3,
2.4,
2.5,
2.6
].freeze
end