diff --git a/build.gradle b/build.gradle
index aab986424..e50bcaa4d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -269,7 +269,7 @@ curseforge {
 		id = '306612'
 		changelog = 'A changelog can be found at https://github.com/FabricMC/fabric/commits'
 		releaseType = 'release'
-		addGameVersion '1.16-Snapshot'
+		addGameVersion '1.16.2'
 		addGameVersion 'Fabric'
 		mainArtifact(file("${project.buildDir}/libs/${archivesBaseName}-${version}.jar")) {
 			displayName = "[$Globals.mcVersion] Fabric API $Globals.baseVersion build $ENV.BUILD_NUMBER"