We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e17bcd commit 9d45a03Copy full SHA for 9d45a03
src/main/java/org/myrobotlab/service/Runtime.java
@@ -1485,7 +1485,7 @@ public static String getVersion() {
1485
* @return The latest build version in String form
1486
*/
1487
public static String getLatestVersion() {
1488
- String latest = "https://myrobotlab-repo.s3.us-east-1.amazonaws.com/latestVersion.txt";
+ String latest = "https://api.github.com/repos/MyRobotLab/myrobotlab/releases/latest";
1489
byte[] b = Http.get(latest);
1490
1491
String v = "{\"tag_name\":\"unknown\"}";
0 commit comments