Skip to content

Commit 382fe20

Browse files
committed
version update
1 parent f8b2919 commit 382fe20

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pkgname=ds
44
_gitname="Directory-diSplay"
55
pkgver=v2.0.0
6-
pkgrel=4
6+
pkgrel=5
77
arch=('x86_64')
88
license=('GPL3')
99
depends=('gcc-libs' 'glibc')

src/ds.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" Manpage for Directory diSplay.
22
.\" by ElCapitan, https://github.com/at-elcapitan
33

4-
.TH "ds" 1 "28 July 2024" "GNU" "Directory diSplay"
4+
.TH "ds" 1 "30 July 2024" "GNU" "Directory diSplay"
55
.SH NAME
66
Directory diSplay (DS) - display current directory
77

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fn main() -> std::io::Result<()> {
6262
return Ok(());
6363
}
6464
"--version" => {
65-
println!("ds (Directory diSplay) 2.0.0-rc.1 RELEASE CANDIDATE");
65+
println!("ds (Directory diSplay) 2.0.0");
6666
println!();
6767
println!(
6868
"This is free software; see the source for copying conditions. There is NO"

0 commit comments

Comments
 (0)