Skip to content

Commit

Permalink
adding json file with Versions data
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-rodriguez committed Aug 23, 2022
1 parent 3163ac6 commit 74ca6c6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data/Versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"version": "2022.1",
"start_date": "2020-06-22",
"end_date": "2022-08-23",
"description": "Initial release"
},
{
"version": "latest",
"start_date": "2022-08-23",
"end_date": null,
"description": "Version in development"
}
]

0 comments on commit 74ca6c6

Please sign in to comment.