Skip to content

Commit 57c856f

Browse files
committed
build: bump version to 0.5.0
1 parent d37f3ec commit 57c856f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ buildGoModule, versionCheckHook }:
22
buildGoModule (finalAttrs: {
33
pname = "sysdig-mcp-server";
4-
version = "0.4.0";
4+
version = "0.5.0";
55
src = ./.;
66
vendorHash = "sha256-jf/px0p88XbfuSPMry/qZcfR0QPTF9IrPegg2CwAd6M=";
77

0 commit comments

Comments
 (0)