diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 6acebf6d08dce0bb3d561fbc9a085c69f0a7c665..e1ccc25a9f9798fc4d7b22100150136b90825640 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -4224,7 +4224,7 @@ U32 LLAppViewer::getTextureCacheVersion()
 	// 2021-03-10 Bumping up by one to help obviate texture cache issues with
 	//            Simple Cache Viewer - see SL-14985 for more information
 	//const U32 TEXTURE_CACHE_VERSION = 8;
-	const U32 TEXTURE_CACHE_VERSION = 9;
+	const U32 TEXTURE_CACHE_VERSION = 10;
 
 	return TEXTURE_CACHE_VERSION ;
 }