Tmux: How do I find out the currently running version of tmux?

quant picture quant · Nov 3, 2014 · Viewed 98.5k times · Source

I know that I can run tmux -V to find the version of tmux that is in my PATH, but how can I get the version of tmux that is currently running?

Answer

sixty4bit picture sixty4bit · Jun 11, 2016

As pointed out in a comment, tmux -V returns the version:

$ tmux -V
# tmux 1.8

Tested on Centos 7 and OSX 10.11.5.