Geek7 commited on
Commit
ef6351b
·
verified ·
1 Parent(s): bba8e4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ CORS(app) # Enable CORS for all routes
26
 
27
 
28
  # ✅ Define the latest app version
29
- LATEST_VERSION = "35"
30
 
31
  # ✅ Store the latest APK download link
32
  APK_DOWNLOAD_URL = "https://your-website.com/latest.apk"
 
26
 
27
 
28
  # ✅ Define the latest app version
29
+ LATEST_VERSION = "35.0.0"
30
 
31
  # ✅ Store the latest APK download link
32
  APK_DOWNLOAD_URL = "https://your-website.com/latest.apk"