We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110ef9f commit 30a471aCopy full SHA for 30a471a
codemeta.json
@@ -34,9 +34,9 @@
34
"description": "A Go package for deriving Universal Dependencies from Dutch sentences parsed with Alpino",
35
"dateCreated": "2019-06-30",
36
"datePublished": "2019-11-27",
37
- "dateModified": "2023-02-22",
38
- "version": "2.8.9",
39
- "releaseNotes": "fix version mismatch",
+ "dateModified": "2023-03-24",
+ "version": "2.8.10",
+ "releaseNotes": "added codemeta.json",
40
"codeRepository": "git+https://github.com/rug-compling/alud.git",
41
"issueTracker": "https://github.com/rug-compling/alud/issues",
42
"license": "https://spdx.org/licenses/BSD-2-Clause",
v2/version.go
@@ -15,4 +15,4 @@ Zie:
15
16
*/
17
18
-const version = "2.8.9"
+const version = "2.8.10"
0 commit comments