Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit 2d75afa

Browse files
committed
bump: roblox 2.673.710
1 parent 5ba3ac3 commit 2d75afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/apk_fetcher.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import ../container/[platform, paths], ../container/utils/[http], ../argparser
55

66
const
77
APKEndpoint* = "https://equinoxhq.github.io/equinox-json/equinox.json"
8-
SelectedVersion* {.strdefine: "RobloxVersionTarget".} = "2.672.706"
8+
SelectedVersion* {.strdefine: "RobloxVersionTarget".} = "2.673.710"
99

1010
type
1111
APKNotFound* = object of ValueError

0 commit comments

Comments
 (0)