Skip to content

Commit 23e43d2

Browse files
authored
Update LOCAL_VERSION to 2
1 parent 87d1b75 commit 23e43d2

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
@@ -931,7 +931,7 @@ closeHelp.onclick = () => {
931931
helpPopup.style.display = "none";
932932
};
933933

934-
const LOCAL_VERSION = "1";
934+
const LOCAL_VERSION = "2";
935935
const REMOTE_VERSION_URL = "https://raw.githubusercontent.com/WorkofAditya/ChatBot/refs/heads/Beta/version.txt";
936936

937937
let latestRemoteVersion = null;

0 commit comments

Comments
 (0)