Skip to content

Commit 7669760

Browse files
Bump version number
1 parent 8df2ffd commit 7669760

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dproc"
3-
version = "1.2.3"
3+
version = "1.2.4"
44
authors = ["Matthew Yang <matthew.yang204@gmail.com>"]
55
edition = "2024"
66
description = "A basic CLI data processor, designed to be fed data and output data directly from the commandline"

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ dist: clean
177177
mkdir -p dist
178178
find $(GNSRCDIR) -type d -name ".git" -print
179179
find $(GNSRCDIR) -type d -name ".git" -exec rm -rf {} +
180-
tar -cvJf dist/dproc-1.2.3.tar.xz -C $(GNSRCDIR) .
180+
tar -cvJf dist/dproc-1.2.4.tar.xz -C $(GNSRCDIR) .
181181
rm -rf $(GNSRCDIR)
182182

183183
.PHONY: all build clean install uninstall

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fn userError() {
6868
}
6969

7070
fn version() {
71-
println!("dproc, version 1.2.3");
71+
println!("dproc, version 1.2.4");
7272
println!("(C) 2013-2014 The Rust Project Developers");
7373
println!("(C) 2025 Matthew Yang");
7474
}

0 commit comments

Comments
 (0)