From 382fe20aea76110d1f3e35d6f39e6a66a7a33c80 Mon Sep 17 00:00:00 2001 From: ElCapitan Date: Tue, 30 Jul 2024 00:58:40 +0300 Subject: [PATCH] version update --- PKGBUILD | 2 +- src/ds.1 | 2 +- src/main.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 860546e..d6ad5a6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ds _gitname="Directory-diSplay" pkgver=v2.0.0 -pkgrel=4 +pkgrel=5 arch=('x86_64') license=('GPL3') depends=('gcc-libs' 'glibc') diff --git a/src/ds.1 b/src/ds.1 index 991a7bc..0311a10 100644 --- a/src/ds.1 +++ b/src/ds.1 @@ -1,7 +1,7 @@ .\" Manpage for Directory diSplay. .\" by ElCapitan, https://github.com/at-elcapitan -.TH "ds" 1 "28 July 2024" "GNU" "Directory diSplay" +.TH "ds" 1 "30 July 2024" "GNU" "Directory diSplay" .SH NAME Directory diSplay (DS) - display current directory diff --git a/src/main.rs b/src/main.rs index 6aa5080..a6a87cf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -62,7 +62,7 @@ fn main() -> std::io::Result<()> { return Ok(()); } "--version" => { - println!("ds (Directory diSplay) 2.0.0-rc.1 RELEASE CANDIDATE"); + println!("ds (Directory diSplay) 2.0.0"); println!(); println!( "This is free software; see the source for copying conditions. There is NO"