From 824e7f7ce948a12ce0e23df9298a8cf615d437f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20H=C3=B6ij?= Date: Tue, 5 Nov 2024 16:35:56 +0100 Subject: [PATCH] Align relase version with tag --- pack.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.pl b/pack.pl index e4cb1f5..47592c0 100644 --- a/pack.pl +++ b/pack.pl @@ -1,5 +1,5 @@ name('tus'). -version('0.0.14'). +version('0.0.16'). keywords(['tus', 'file', 'upload', 'http']). title('TUS file transport protocol in prolog'). home( 'https://github.com/terminusdb/tus' ).