Skip to content

Commit f35185e

Browse files
authored
Update LOCAL_VERSION from 2 to 3
1 parent 9fb80d9 commit f35185e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ closeHelp.onclick = () => {
920920
helpPopup.style.display = "none";
921921
};
922922

923-
const LOCAL_VERSION = "2";
923+
const LOCAL_VERSION = "3";
924924
const REMOTE_VERSION_URL = "https://raw.githubusercontent.com/WorkofAditya/ChatBot/refs/heads/main/version.txt";
925925

926926
let latestRemoteVersion = null;

0 commit comments

Comments
 (0)