_incr_version script sets flake version
1 files changed, 3 insertions(+), 0 deletions(-) M contrib/_incr_version
M contrib/_incr_version => contrib/_incr_version +3 -0
@@ 5,4 5,7 @@ cargo check git add Cargo.toml git add license_codegen/Cargo.toml git add Cargo.lock +sed -i -r -e "s/version\s*?=\s*?.*?;/version = \"$2\";/" flake.nix +nix flake lock +git add flake.nix git commit -sm "Bump version to $2"