We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16680d commit b564a22Copy full SHA for b564a22
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "chandler"
3
description = "tar normalizer"
4
-version = "0.0.6"
+version = "0.0.7"
5
edition = "2024"
6
authors = ["Andrew Pennebaker <n4jm4@pm.me>"]
7
license = "BSD-2-Clause"
makefile
@@ -33,7 +33,7 @@
33
clean-example \
34
clean-ports
35
36
-VERSION=0.0.6
+VERSION=0.0.7
37
BANNER=chandler-$(VERSION)
38
39
all: build
0 commit comments