diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 4c4fe07438f7345f7a3ecdd9c4d5886e7c50c83a..e3d0d07825e4927118be476b00bda90e107af872 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 = 11;
+	const U32 TEXTURE_CACHE_VERSION = 12;
 
 	return TEXTURE_CACHE_VERSION ;
 }