Files
packages/anda/apps/flatpost/update.rhai
T
Raboneko 2d26d12155 fix(flatpost): update.rhai (#4381) (#4388) (#4392)
(cherry picked from commit 15777cc293)

Co-authored-by: madomado <madonuko@outlook.com>
2025-04-23 21:59:46 +08:00

4 lines
97 B
Plaintext

let v = gh_rawfile("GloriousEggroll/flatpost", "main", "VERSION.txt");
v.trim();
rpm.version(v);