diff --git a/Changelog.txt b/Changelog.txt
index 9b37f150b7c4d2dc104d1bc07bb991a5a69209e5..6343c1f2f461234d1142bc836ee345c22dedae09 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -2,6 +2,8 @@ Pregmod
 
 0.10.7.1-3.8.x
 
+	12/29/2020
+
 	5
 	-added the toy shop (custom sex toy printing)
 	-added extreme implant breast shape "spherical"
diff --git a/src/002-config/fc-version.js b/src/002-config/fc-version.js
index 3237b6715c38fbe0ccc74c8a364f1738b51b00bd..94fb7ad7313463bfb0b1e96a6eaca2ef2f7a1676 100644
--- a/src/002-config/fc-version.js
+++ b/src/002-config/fc-version.js
@@ -1,6 +1,6 @@
 App.Version = {
 	base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed.
-	pmod: "3.8.4",
+	pmod: "3.8.5",
 	commitHash: null,
 	release: 1115 // When getting close to 2000,  please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
 };