chore: bump version

This commit is contained in:
Kentai Radiquum 2024-08-19 17:33:56 +05:00
parent 6e7bfac633
commit 9867ad296c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

@ -5,7 +5,7 @@ import * as path from "node:path";
export async function GET() {
const directoryPath = path.join(process.cwd(), "public/changelog");
const files = fs.readdirSync(directoryPath);
const current = "3.0.1";
const current = "3.1.0";
const previous = [];
files.forEach((file) => {
if (file != `${current}.md`) {