This is an automated email from the ASF dual-hosted git repository.

dzamo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 7db8f2cf5 Fix year in release notes link in version.json.
7db8f2cf5 is described below

commit 7db8f2cf55e69b15f5538ce253cf4c3331f36d68
Author: James Turton <[email protected]>
AuthorDate: Wed Aug 3 12:26:36 2022 +0200

    Fix year in release notes link in version.json.
---
 _data/version.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_data/version.json b/_data/version.json
index 60319db9e..6bd44cc2f 100644
--- a/_data/version.json
+++ b/_data/version.json
@@ -2,6 +2,6 @@
   "display_version": "1.20.2",
   "full_version": "1.20.2",
   "release_date": "August 03, 2022",
-  "blog_post":"/blog/2021/08/03/drill-1.20.2-released",
+  "blog_post":"/blog/2022/08/03/drill-1.20.2-released",
   "release_notes": "/docs/apache-drill-1-20-2-release-notes/"
 }

Reply via email to