NIFI-10272 Updated current project version to 1.17.0
diff --git a/config.toml b/config.toml
index dedc049..fb14f92 100644
--- a/config.toml
+++ b/config.toml
@@ -43,7 +43,7 @@
 downloadPathUrl = "https://downloads.apache.org/nifi"
 archiveDownloadPathUrl = "https://archive.apache.org/dist/nifi"
 
-currentProjectVersion = "1.16.3"
-currentProjectVersionReleased = "2022-06-15"
-previousProjectVersion = "1.15.3"
-previousProjectVersionReleased = "2022-01-18"
+currentProjectVersion = "1.17.0"
+currentProjectVersionReleased = "2022-08-01"
+previousProjectVersion = "1.16.3"
+previousProjectVersionReleased = "2022-06-15"
diff --git a/source/download.md b/source/download.md
index 04554c9..5f7bb12 100644
--- a/source/download.md
+++ b/source/download.md
@@ -24,7 +24,7 @@
   - {{< download-links label="Apache NiFi Sources" extension=source-release.zip >}}
 - Binaries 
   - {{< download-links label="Apache NiFi Binary" extension=bin.zip >}} 
-  - {{< download-links label="Apache NiFi Stateless Binary" qualifier="stateless" extension=bin.tar.gz >}}
+  - {{< download-links label="Apache NiFi Stateless Binary" qualifier="stateless" extension=bin.zip >}}
   - {{< download-links label="Apache NiFi Toolkit Binary" qualifier="toolkit" extension=bin.zip >}}
 
 ### {{< param previousProjectVersion >}}
diff --git a/static/.htaccess b/static/.htaccess
index 2fbff34..4b4a9ba 100644
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -5,4 +5,4 @@
 RewriteRule     ^(.*)$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
 
 # Redirect component documentation to specified version
-RewriteRule ^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ docs/nifi-docs/components/org.apache.nifi/$1/1.16.3/$2 [L]
+RewriteRule ^docs/nifi-docs/components/org\.apache\.nifi/([^\/]+?)/[^\/]+?/(.*)$ docs/nifi-docs/components/org.apache.nifi/$1/1.17.0/$2 [L]