Skip to content

Commit 612a774

Browse files
committed
version
1 parent 84f74e6 commit 612a774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
{
2222
default = pkgs.buildGoModule {
2323
pname = "axctl";
24-
version = "0.0.9";
24+
version = "0.0.10";
2525
src = self;
2626
go = pkgs.go;
2727
subPackages = [ "." ];
2828
ldflags = [
2929
"-X"
30-
"main.Version=0.0.9"
30+
"main.Version=0.0.10"
3131
];
3232
vendorHash = "sha256-4PUs37IRhUPtuXi4KU8wOUErIkVlcnaoj94zBDBsMdk=";
3333
};

0 commit comments

Comments
 (0)