From 8a4262dc1a0016ed1bab15740c855b12d7121f15 Mon Sep 17 00:00:00 2001 From: ge Date: Sat, 3 Jan 2026 19:18:32 +0300 Subject: [PATCH] mod: bump version, add repo_url --- v.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v.mod b/v.mod index aa29f64..6b3c491 100644 --- a/v.mod +++ b/v.mod @@ -1,7 +1,8 @@ Module { name: 'runcmd' description: 'Run external commands' - version: '0.1.0' + version: '0.2.0' license: 'Unlicense' + repo_url: 'https://github.com/gechandesu/runcmd' dependencies: [] }