diff options
author | Peter Bex <peter@more-magic.net> | 2017-01-28 13:45:31 +0100 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2017-01-28 13:45:31 +0100 |
commit | 6d9ee9e3f661625a76704f49e8a49595eb146f12 (patch) | |
tree | 2fe309a5ca945c992d957d5e82d027d676a302d2 /scsh-process.setup | |
parent | fc594a252870a711b16048566b4e7d2c139e7a5e (diff) | |
download | scsh-process-6d9ee9e3f661625a76704f49e8a49595eb146f12.tar.gz |
Bump version to 0.7.1 (forgot to do that when tagging)
Diffstat (limited to 'scsh-process.setup')
-rw-r--r-- | scsh-process.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scsh-process.setup b/scsh-process.setup index c922764..a859a47 100644 --- a/scsh-process.setup +++ b/scsh-process.setup @@ -11,4 +11,4 @@ (install-extension 'scsh-process '("scsh-process.so" "scsh-process.import.so") - `((version "0.6"))) + `((version "0.7.1"))) |