diff options
author | dana <dana@dana.is> | 2022-05-01 04:58:54 -0500 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2022-05-01 12:26:33 -0700 |
commit | f72ce8843ecdba3e8a2c5604a44053873948f09f (patch) | |
tree | 321d87528f663c2897cabc325aeaefdce8e91a5a /Config | |
parent | 8ffefd841ad9c84f652453b2f206c485c72ca35d (diff) | |
download | zsh-f72ce8843ecdba3e8a2c5604a44053873948f09f.tar.gz zsh-f72ce8843ecdba3e8a2c5604a44053873948f09f.tar.xz zsh-f72ce8843ecdba3e8a2c5604a44053873948f09f.zip |
unposted: Test release: 5.8.1.3-test
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 bf14a2eb2..ee6058b0d 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.2-test -VERSION_DATE='April 9, 2022' +VERSION=5.8.1.3-test +VERSION_DATE='May 1, 2022' |