#!/bin/sh
# 设置版本号到临时文件，用于前端资源缓存刷新
echo "1.0.0-4" > /tmp/luci-app-run.version
exit 0
