Skip to content

Commit

Permalink
version bump to v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reedriley committed Aug 22, 2024
1 parent 6c32c8d commit 481a50f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bcachefs-tools"
version = "1.9.5"
version = "1.11.1"
authors = ["Yuxuan Shui <[email protected]>", "Kayla Firestack <[email protected]>", "Kent Overstreet <[email protected]>" ]
edition = "2021"
rust-version = "1.70"
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=1.9.5
VERSION=1.11.1

PREFIX?=/usr/local
LIBEXECDIR?=$(PREFIX)/libexec
Expand Down Expand Up @@ -287,7 +287,7 @@ tarball: $(SRCTARXZ)

$(SRCTARXZ) : .gitcensus
$(Q)tar --transform "s,^,$(SRCDIR)/," -Jcf $(SRCDIR).tar.xz \
`cat .gitcensus`
`cat .gitcensus`
@echo Wrote: $@

.PHONY: .gitcensus
Expand Down

0 comments on commit 481a50f

Please sign in to comment.