diff --git a/exec/ircd.js b/exec/ircd.js
index 39650ed466432d4d1090be070fa6e4b705817aac..3722624df054fc67153b1bf72825e82104335db9 100644
--- a/exec/ircd.js
+++ b/exec/ircd.js
@@ -37,7 +37,7 @@ load("ircd/server.js");
 load("ircd/config.js");
 
 /*** Global Constants - Always in ALL_UPPERCASE ***/
-const VERSION = "SynchronetIRCd-1.10";
+const VERSION = "SynchronetIRCd-2.0";
 const VERSION_STR = format(
 	"Synchronet %s%s-%s%s (IRCd by Randy Sommerfeld)",
 	system.version, system.revision,
diff --git a/exec/load/ircd/core.js b/exec/load/ircd/core.js
index f717c3fa65a9c06ac0a231274e05c4b9fe1e1508..4b8c12a8981fcca17802d0bc22acd885738813e7 100644
--- a/exec/load/ircd/core.js
+++ b/exec/load/ircd/core.js
@@ -1325,7 +1325,7 @@ function IRCClient_do_info() {
 		this.hostname,
 		this.servername
 	));
-	this.numeric(371, ":--=-=-=-=-=-=-=-=-=-=-*[ The Synchronet IRCd 1.10 ]*=-=-=-=-=-=-=-=-=-=--");
+	this.numeric(371, ":--=-=-=-=-=-=-=-=-=-=-*[ The Synchronet IRCd 2.0 ]*-=-=-=-=-=-=-=-=-=-=--");
 	this.numeric(371, ":   IRCd Copyright 2003-2023 by Randy Sommerfeld <cyan@synchro.net>");
 	this.numeric(371, ":" + system.version_notice + " " + system.copyright + ".");
 	this.numeric(371, ":--=-=-=-=-=-=-=-=-=-( A big thanks to the following )-=-=-=-=-=-=-=-=-=--");