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 393d11da8a111d1fbbbecb3174255714e1d76ba8..e50deb0d527926c6b1ddce52487c52b52fe90e90 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: 1113 // When getting close to 2000,  please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
 };