User Guide config: update 'develop' branch for post-1.10 release
diff --git a/docs/geode-native-book/config.yml b/docs/geode-native-book/config.yml
index 6a6ea25..9c1d39a 100644
--- a/docs/geode-native-book/config.yml
+++ b/docs/geode-native-book/config.yml
@@ -28,8 +28,8 @@
   product_name_long: Apache Geode
   product_name: Geode
   product_name_lc: geode
-  product_version: 1.9
-  product_version_nodot: 19
+  product_version: "1.11"
+  product_version_nodot: 111
   client_name: Geode Native
   min_java_update: 121
   support_url: http://geode.apache.org/community
diff --git a/docs/geode-native-book/redirects.rb b/docs/geode-native-book/redirects.rb
index ccc631f..6ea5ea2 100644
--- a/docs/geode-native-book/redirects.rb
+++ b/docs/geode-native-book/redirects.rb
@@ -19,7 +19,7 @@
 r302 %r{/dotnetdocs/(.*)}, 'https://geode.apache.org/releases/latest/dotnetdocs/$1'
 
 # Links to User Guides #
-rewrite '/', '/docs/geode-native/19/about-client-users-guide.html'
-rewrite '/index.html', '/docs/geode-native/19/about-client-users-guide.html'
-r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/19/$1'
-r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/19/$1'
+rewrite '/', '/docs/geode-native/111/about-client-users-guide.html'
+rewrite '/index.html', '/docs/geode-native/111/about-client-users-guide.html'
+r301 %r{/serverman/(.*)}, 'https://geode.apache.org/docs/guide/111/$1'
+r301 %r{/geodeman/(.*)}, 'https://geode.apache.org/docs/guide/111/$1'