diff options
author | Fredrik Salomonsson <plattfot@gmail.com> | 2018-11-10 14:10:07 -0800 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@gmail.com> | 2018-11-10 14:10:07 -0800 |
commit | b513d5f2c8d9f0eea044a455352eac09e1e05b8a (patch) | |
tree | cfd287f75213464af203e8ee7e9b06315c291e5a | |
parent | 4c97f5fec46d80c9309bc6984062b09767f62859 (diff) | |
download | pinentry-rofi-b513d5f2c8d9f0eea044a455352eac09e1e05b8a.tar.gz |
Forgot to bump up the version in the source file0.3.0
-rwxr-xr-x | pinentry-rofi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pinentry-rofi.scm b/pinentry-rofi.scm index ab333c3..c8173f0 100755 --- a/pinentry-rofi.scm +++ b/pinentry-rofi.scm @@ -30,7 +30,7 @@ (ice-9 regex) (ice-9 getopt-long)) -(define pinentry-rofi-guile-version "0.1.0") +(define pinentry-rofi-guile-version "0.3.0") (when (equal? (system-file-name-convention) 'windows) (format #t "Only support posix systems!") |