From 5248bd85bf2c522ebfa2b8d18ee7bc736d10c791 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Wed, 15 Aug 2018 16:14:05 +0300 Subject: [PATCH] 1.7.0 --- async.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/async.zsh b/async.zsh index ace773d..d35f128 100644 --- a/async.zsh +++ b/async.zsh @@ -3,12 +3,12 @@ # # zsh-async # -# version: 1.6.2 +# version: 1.7.0 # author: Mathias Fredriksson # url: https://github.com/mafredri/zsh-async # -typeset -g ASYNC_VERSION=1.6.2 +typeset -g ASYNC_VERSION=1.7.0 # Produce debug output from zsh-async when set to 1. typeset -g ASYNC_DEBUG=${ASYNC_DEBUG:-0}