Commit Diff


commit - 8a9cbf90c7bc728b9d3077afa00d492a6a1517a3
commit + 73d4b26d8405f539755bc353a9ede257151fd5ce
blob - b3143653f54d6acba98502dd30d2c24d60a65e4c
blob + 8bb631848269359b67d189681b0103a60f66e65f
--- Makefile
+++ Makefile
@@ -16,7 +16,7 @@
 .POSIX:
 PREFIX:=/usr/local
 SHELLS=ksh93 ksh yash sh
-UTILITY_VERSION=0.1.0
+UTILITY_VERSION=0.1.1
 UTILITY=$(PWD)/r7
 # To use the test suite, please edit or use environment for SSH parameters
 # SSH_ID=/path/to/.ssh/id_ed25519
blob - 2338fce515dcdb823af26725578f22e3b139e035
blob + a48ba789c7a717688d12d613837c9e5845a046f3
--- index.md
+++ index.md
@@ -23,6 +23,7 @@ currently used as deployment and automation gear for `
 ### Tarball
 
 - [v0.1.0](https://inda.re/r7/releases/r7-0.1.0.tar.gz)
+- [v0.1.1](https://inda.re/r7/releases/r7-0.1.1.tar.gz)
 - [latest](https://inda.re/r7/releases/r7-latest.tar.gz)
 
 ## Documentation
blob - 3f722ff8417714f5cca9f1f12edef6fc29fa27cf
blob + 662d020a7b028c595500e97be5b2186010910844
--- r7
+++ r7
@@ -20,7 +20,7 @@
 # Global configuration
 # ====================
 
-VERSION=0.1.0
+VERSION=0.1.1
 : "${HOSTNAME:=$(uname -n)}"
 
 # shellcheck disable=SC2031