chore(release): set APP_VERSION and stamp assets to v1.6.10 [skip ci]

This commit is contained in:
github-actions[bot]
2025-10-28 06:12:04 +00:00
parent b1bd903072
commit ab75381acb
3 changed files with 14 additions and 14 deletions

View File

@@ -21,10 +21,10 @@ if (isset($_GET['spec'])) {
<title>FileRise API Docs</title>
<!-- Local ReDoc bundle -->
<script defer src="/vendor/redoc/redoc.standalone.js?v=dev"></script>
<script defer src="/vendor/redoc/redoc.standalone.js?v=1.6.10"></script>
<!-- Your init (also local) -->
<script defer src="/js/redoc-init.js?v=dev"></script>
<script defer src="/js/redoc-init.js?v=1.6.10"></script>
</head>
<body>
<redoc spec-url="/api.php?spec=1"></redoc>