anix/chore: bump version to 3.9.0

This commit is contained in:
Kentai Radiquum 2025-08-28 21:58:28 +05:00
parent 88664a86d1
commit 7f007480ed
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 22 additions and 1 deletions

View file

@ -1,4 +1,4 @@
export const CURRENT_APP_VERSION = "3.8.0";
export const CURRENT_APP_VERSION = "3.9.0";
import { env } from "next-runtime-env";
const NEXT_PUBLIC_API_URL = env("NEXT_PUBLIC_API_URL") || null;