[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: also print git hash
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: also print git hash |
Date: |
Mon, 11 Dec 2023 15:39:49 +0100 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new 43aadba5a also print git hash
43aadba5a is described below
commit 43aadba5ab726fb248883171090207b9d4061384
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Dec 11 11:39:43 2023 -0300
also print git hash
---
packages/taler-wallet-cli/src/index.ts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/packages/taler-wallet-cli/src/index.ts
b/packages/taler-wallet-cli/src/index.ts
index 429252427..ea250de19 100644
--- a/packages/taler-wallet-cli/src/index.ts
+++ b/packages/taler-wallet-cli/src/index.ts
@@ -156,8 +156,9 @@ function applyVerbose(verbose: boolean): void {
}
declare const __VERSION__: string;
+declare const __GIT_HASH__: string;
function printVersion(): void {
- console.log(__VERSION__);
+ console.log(`${__VERSION__} ${__GIT_HASH__}`);
processExit(0);
}
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: also print git hash,
gnunet <=