From 9c637d7ff440292e41128b732e65ad6ef637512c Mon Sep 17 00:00:00 2001 From: Jade Michael Thornton Date: Wed, 1 Mar 2023 12:26:07 -0500 Subject: [PATCH] fix version reporting --- zpico.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zpico.zsh b/zpico.zsh index 11f61ee..aed9394 100644 --- a/zpico.zsh +++ b/zpico.zsh @@ -9,7 +9,7 @@ typeset ZP_HOME=${0:A:h} typeset ZP_PLUGIN_HOME=${ZP_PLUGIN_HOME:-${HOME}/.local/share/zpico/plugins} typeset -a ZP_PLUGINS -typeset ZP_VERSION=0.1.0 +typeset ZP_VERSION=0.3.0 _zpico_version() { print "zpico ${ZP_VERSION}"