diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-08-26 12:02:01 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-08-26 12:02:01 +0200 |
commit | a5ebf93d7ce59063922ebe16c00baf601839b3bf (patch) | |
tree | ed9faf2ab97a1dac0b68ed51520c667778e290a1 | |
parent | bb595d5776929c70ae24ebe9c514aedf3c10957f (diff) |
bump ontology version
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ ARTICLES = waste worlding ONTOLOGIES = learn waste ONTOLOGIES_LEARN = tentacular bisected trap -ONTOLOGIES_VERSION = 0.1.1 +ONTOLOGIES_VERSION = 0.1.2 GRAPHS = $(patsubst ex/%.ttl,%,$(wildcard ex/*.ttl)) |