Bump version to v0.2 - pee - Pee a password manager;Pee - because you have to... | |
git clone git://vernunftzentrum.de/pee.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit a4546464f3861d6009be2feb43ab4101164134a9 | |
parent 04e8d3e30e3c8b88f18730379dcb61bc5997d6f0 | |
Author: Christian Kellermann <[email protected]> | |
Date: Thu, 14 Jan 2016 12:14:23 +0100 | |
Bump version to v0.2 | |
Diffstat: | |
pee.scm | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/pee.scm b/pee.scm | |
@@ -19,7 +19,7 @@ | |
(use (srfi 1 4 14) matchable posix tweetnacl utils crypto-helper getopt-long s… | |
(define-constant program-name-string "pee") | |
-(define-constant program-version "0.1") | |
+(define-constant program-version "0.2") | |
(define-constant program-description "A password manager for the command line.… | |
(define-constant password-chars "abcdefhijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRST… |