#!/usr/bin/env bash

set -e -u -o pipefail

if [[ $# -eq 1 ]] && [[ $1 = "-V" ]]; then
    echo "tmux 3.3a"
fi
