Prepare v0.1.5 release metadata

This commit is contained in:
vrubelroman 2026-04-24 22:26:07 +03:00
parent f3e3a9b779
commit d94365cc56
3 changed files with 10 additions and 10 deletions

View file

@ -13,7 +13,7 @@
lib = pkgs.lib;
packageBase = pkgs.buildGoModule {
pname = "vcom";
version = "0.1.4";
version = "0.1.5";
src = ./.;
vendorHash = null;