$OpenBSD: patch-lib_tmuxinator_config_rb,v 1.1.1.1 2016/05/01 17:24:46 jasper Exp $

Prevent: "tmux: unknown option -- V" and just report the latest version
for the value is used to decide if it's newer than 2.2

--- lib/tmuxinator/config.rb.orig	Tue Apr 19 03:25:41 2016
+++ lib/tmuxinator/config.rb	Fri Apr 29 11:07:59 2016
@@ -27,7 +27,7 @@ module Tmuxinator
       end
 
       def version
-        `tmux -V`.split(" ")[1].to_f if installed?
+        2.2
       end
 
       def default_path_option
