From 3141e3cedd3ce948c9d2c108573ad2c539ed7aa4 Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Mon, 6 Apr 2020 14:46:12 -0500 Subject: [PATCH] Release 1.6 --- tmuxc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmuxc b/tmuxc index 5436f78..422692a 100755 --- a/tmuxc +++ b/tmuxc @@ -3,7 +3,7 @@ use strict; use warnings; -our $VERSION = '1.5'; +our $VERSION = '1.6'; use Getopt::Long qw(:config no_ignore_case auto_version); use Time::HiRes qw( sleep gettimeofday );