diff options
author | dana <dana@dana.is> | 2022-04-09 14:34:44 -0500 |
---|---|---|
committer | dana <dana@dana.is> | 2022-04-09 14:34:44 -0500 |
commit | 6e55c920503071e917619b8cb1a188cd35d772db (patch) | |
tree | eb92b380907004a59abbd0667471f10fb0eef66e /Config | |
parent | e0efd33fba6672715fe328baa68ba8cd20b392df (diff) | |
download | zsh-6e55c920503071e917619b8cb1a188cd35d772db.tar.gz zsh-6e55c920503071e917619b8cb1a188cd35d772db.tar.xz zsh-6e55c920503071e917619b8cb1a188cd35d772db.zip |
unposted: Test release: 5.8.1.2-test zsh-5.8.1.2-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 bb85b0f74..bf14a2eb2 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.1-dev -VERSION_DATE='February 12, 2022' +VERSION=5.8.1.2-test +VERSION_DATE='April 9, 2022' |