chore: bump version to v0.2.5

This commit is contained in:
vrubelroman 2026-05-13 13:40:09 +03:00
parent fae53d6fd3
commit a468e33e82
4 changed files with 9 additions and 9 deletions

View file

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