GEODE-5968: move protocol to the last release of Geode
diff --git a/cppcache/src/Version.cpp b/cppcache/src/Version.cpp
index cfba6b2..57ed94a 100644
--- a/cppcache/src/Version.cpp
+++ b/cppcache/src/Version.cpp
@@ -22,7 +22,7 @@
 namespace geode {
 namespace client {
 
-int8_t Version::m_ordinal = 95;  // Geode 1.8.0
+int8_t Version::m_ordinal = 90;  // Geode 1.7.0
 
 }  // namespace client
 }  // namespace geode