time-link / timelink-kleio

Provides translation of files in Kleio notation into XML and other formats. Part of Timelink.
1 stars 0 forks source link

Add api call to get current version information #25

Open joaquimrcarvalho opened 7 months ago

joaquimrcarvalho commented 7 months ago

Description

Should return the current version of the Kleio Server:

```json
{
"version_string": "12.2 - build 560 2024-01-08 08:18:15",
"version_major": "12",
"version_minor": "2",
"build_number": "560",
"date": "2024-01-08",
"time": "08:18:15"
}
```

Assignees: @joaquimrcarvalho Labels: Milestone: