diff --git a/exec/ircd.js b/exec/ircd.js
index d9ce24d9472aa7c3aa7dbb951e1d24e6010ea233..11a9a8a5d4bbd8962bf3867c45b16c6ccebdbc44 100644
--- a/exec/ircd.js
+++ b/exec/ircd.js
@@ -36,7 +36,7 @@ const MAIN_REVISION = "$Revision$".split(' ')[1];
 // IF you're making a custom version, it'd be appreciated if you left the
 // version number alone, and add a token in the form of +hack (i.e. 1.0+cyan)
 // This is so everyone knows your revision base, AND type of hack used.
-const VERSION = "SynchronetIRCd-1.1b(" + MAIN_REVISION + ")";
+const VERSION = "SynchronetIRCd-1.2(" + MAIN_REVISION + ")";
 const VERSION_STR = "Synchronet " 
 	+ system.version + system.revision + "-" + system.platform 
 	+ system.beta_version + " (IRCd by Randy Sommerfeld)";