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: [] }