$OpenBSD: patch-lib_tmuxinator_config_rb,v 1.2 2016/10/15 18:41:27 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.3
       end
 
       def default_path_option
