We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3cdae8 commit 6b39475Copy full SHA for 6b39475
1 file changed
js/app.js
@@ -932,7 +932,7 @@ closeHelp.onclick = () => {
932
};
933
934
const LOCAL_VERSION = "2";
935
-const REMOTE_VERSION_URL = "https://raw.githubusercontent.com/WorkofAditya/ChatBot/refs/heads/Beta/version.txt";
+const REMOTE_VERSION_URL = "https://raw.githubusercontent.com/WorkofAditya/ChatBot/refs/heads/main/version.txt";
936
937
let latestRemoteVersion = null;
938
0 commit comments