1
0
mirror of https://github.com/zplug/zplug synced 2025-04-05 23:29:10 +02:00
zplug/autoload/options/__version__
2016-08-07 17:34:29 +09:00

8 lines
122 B
Bash

#!/usr/bin/env zsh
# Description:
# Display the version of zplug
__zplug::io::print::put "$_ZPLUG_VERSION\n"
return 0