Bump version
Signed-off-by: Fred Boniface <fred@fjla.uk>
This commit is contained in:
parent
a561357fbe
commit
989d14ff95
@ -5,7 +5,7 @@ interface versions {
|
||||
|
||||
const version: versions = {
|
||||
api: ["/api/v2"],
|
||||
app: "2024.11.2",
|
||||
app: "2025.03.1",
|
||||
};
|
||||
|
||||
module.exports = version;
|
||||
|
@ -10,6 +10,7 @@ import { queryAggregate } from "./dbAccess.services";
|
||||
import {
|
||||
getPartialEndTiplocMatchPipeline,
|
||||
getFullTiplocMatchPipeline,
|
||||
getPartialStartTiplocMatchPipeline,
|
||||
} from "../utils/pis.utils";
|
||||
import { Document } from "mongodb";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user