summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2023-07-20 22:11:48 +0900
committerRyo Nakamura <upa@haeena.net>2023-07-20 22:11:48 +0900
commit8ab06c95319d4da360e3ca1c98876902736243b8 (patch)
treec81383f5cbe0b89f1f3e22710f0cbc84a5c9fd81
parenta847ef1ea8062c09b42b1ea1b048a388c9e593fc (diff)
bump version to 0.0.9
-rw-r--r--README.md11
-rw-r--r--VERSION2
2 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 163a9d0..63ef58e 100644
--- a/README.md
+++ b/README.md
@@ -48,9 +48,14 @@ wget https://github.com/upa/mscp/releases/latest/download/mscp_ubuntu-20.04-x86_
apt-get install -f ./mscp_ubuntu-20.04-x86_64.deb
```
-- Rocky 8.6
+- Rocky 8.8
```console
-yum install https://github.com/upa/mscp/releases/latest/download/mscp_rocky-8.6-x86_64.rpm
+yum install https://github.com/upa/mscp/releases/latest/download/mscp_rocky-8.8-x86_64.rpm
+```
+
+- Alma 8.8
+```console
+yum install https://github.com/upa/mscp/releases/latest/download/mscp_almalinux-8.8-x86_64.rpm
```
- Linux with single binary `mscp` (x86_64 only)
@@ -67,7 +72,7 @@ patch introduces asynchronous SFTP Write, which is derived from
https://github.com/limes-datentechnik-gmbh/libssh (see [Re: SFTP Write
async](https://archive.libssh.org/libssh/2020-06/0000004.html)).
-Currently macOS and Linux (Ubuntu, Rocky, Alma) are supported.
+Currently macOS and Linux (Ubuntu, Rocky and Alma) are supported.
```console
# clone this repository
diff --git a/VERSION b/VERSION
index d169b2f..c5d54ec 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.0.8
+0.0.9