Skip to content

Commit 52fb426

Browse files
committed
have tmux master return max version
1 parent 72f47b0 commit 52fb426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtmux/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ def get_version():
423423

424424
# Allow latest tmux HEAD
425425
if version == 'master':
426-
return LooseVersion('master')
426+
return LooseVersion(TMUX_MAX_VERSION)
427427

428428
version = re.sub(r'[a-z]', '', version)
429429

0 commit comments

Comments
 (0)