Skip to content

Commit

Permalink
fix version reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
thornjad committed Mar 1, 2023
1 parent 87d9224 commit 9c637d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zpico.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 9c637d7

Please sign in to comment.