diff options
author | dana <dana@dana.is> | 2022-05-14 13:59:21 -0500 |
---|---|---|
committer | dana <dana@dana.is> | 2022-05-14 13:59:21 -0500 |
commit | 73d317384c9225e46d66444f93b46f0fbe7084ef (patch) | |
tree | cf8c91305e3ffb8271447bd2686b1ae17dd74566 /Config | |
parent | c190883a0a76cee5ffc951728a539fe7f9d71feb (diff) | |
download | zsh-73d317384c9225e46d66444f93b46f0fbe7084ef.tar.gz zsh-73d317384c9225e46d66444f93b46f0fbe7084ef.tar.xz zsh-73d317384c9225e46d66444f93b46f0fbe7084ef.zip |
unposted: Release 5.9 zsh-5.9
Diffstat (limited to 'Config')
-rw-r--r-- | Config/version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Config/version.mk b/Config/version.mk index ee6058b0d..524c87246 100644 --- a/Config/version.mk +++ b/Config/version.mk @@ -27,5 +27,5 @@ # This must also serve as a shell script, so do not add spaces around the # `=' signs. -VERSION=5.8.1.3-test -VERSION_DATE='May 1, 2022' +VERSION=5.9 +VERSION_DATE='May 14, 2022' |