Skip to content

Commit 9d45a03

Browse files
committed
get version corrected url
1 parent 1e17bcd commit 9d45a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/myrobotlab/service/Runtime.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ public static String getVersion() {
14851485
* @return The latest build version in String form
14861486
*/
14871487
public static String getLatestVersion() {
1488-
String latest = "https://myrobotlab-repo.s3.us-east-1.amazonaws.com/latestVersion.txt";
1488+
String latest = "https://api.github.com/repos/MyRobotLab/myrobotlab/releases/latest";
14891489
byte[] b = Http.get(latest);
14901490

14911491
String v = "{\"tag_name\":\"unknown\"}";

0 commit comments

Comments
 (0)