Bump version 0.0.11

This commit is contained in:
Eli Ribble 2026-01-09 20:08:49 +00:00
parent 7919b37453
commit 579fa8fa88
No known key found for this signature in database

View file

@ -7,7 +7,7 @@ pkgs.buildGoModule rec {
pname = "nidus-sync";
src = ./.;
subPackages = [];
version = "0.0.10";
version = "0.0.11";
# Needs to be updated after every modification of go.mod/go.sum
vendorHash = "sha256-5E5gQJh2cr/XwDg+XRQEdXW7mkObZMoyqQnfToVuZ10=";
}