From f64e0cab0003fbee4f2e9e5065779b5e3381dcbc Mon Sep 17 00:00:00 2001 From: Bruce Pennypacker Date: Sat, 27 Feb 2021 18:05:00 +0000 Subject: [PATCH] bump version --- phad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phad b/phad index e1b3c25..bcd61d3 100755 --- a/phad +++ b/phad @@ -31,7 +31,7 @@ from socket import error as socket_error from subprocess import Popen, PIPE from threading import Timer -VERSION = "0.4.1" +VERSION = "0.4.2" current_template_id = 0 display_timeout = 0