diff --git a/Makefile b/Makefile index a5c01350..1f7d7466 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ PROJECT_NAME=$(shell basename "${ROOT}") # - pkg/version/current.go # # Use `tools/bump_version.sh` script to change all those files at one shot. -VERSION="3.8.1" +VERSION="3.8.2" # Build binaries and installation packages. .PHONY: build diff --git a/build/package/mieru/amd64/debian/DEBIAN/control b/build/package/mieru/amd64/debian/DEBIAN/control index 7f94f50e..8361f8b9 100755 --- a/build/package/mieru/amd64/debian/DEBIAN/control +++ b/build/package/mieru/amd64/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: mieru -Version: 3.8.1 +Version: 3.8.2 Section: net Priority: optional Architecture: amd64 diff --git a/build/package/mieru/amd64/rpm/mieru.spec b/build/package/mieru/amd64/rpm/mieru.spec index 02f6d6c2..5c36330b 100644 --- a/build/package/mieru/amd64/rpm/mieru.spec +++ b/build/package/mieru/amd64/rpm/mieru.spec @@ -1,5 +1,5 @@ Name: mieru -Version: 3.8.1 +Version: 3.8.2 Release: 1%{?dist} Summary: Mieru proxy client License: GPLv3+ diff --git a/build/package/mieru/arm64/debian/DEBIAN/control b/build/package/mieru/arm64/debian/DEBIAN/control index dd9c8fce..4272f47f 100755 --- a/build/package/mieru/arm64/debian/DEBIAN/control +++ b/build/package/mieru/arm64/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: mieru -Version: 3.8.1 +Version: 3.8.2 Section: net Priority: optional Architecture: arm64 diff --git a/build/package/mieru/arm64/rpm/mieru.spec b/build/package/mieru/arm64/rpm/mieru.spec index 02f6d6c2..5c36330b 100644 --- a/build/package/mieru/arm64/rpm/mieru.spec +++ b/build/package/mieru/arm64/rpm/mieru.spec @@ -1,5 +1,5 @@ Name: mieru -Version: 3.8.1 +Version: 3.8.2 Release: 1%{?dist} Summary: Mieru proxy client License: GPLv3+ diff --git a/build/package/mita/amd64/debian/DEBIAN/control b/build/package/mita/amd64/debian/DEBIAN/control index 945ae5bd..568b236e 100755 --- a/build/package/mita/amd64/debian/DEBIAN/control +++ b/build/package/mita/amd64/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: mita -Version: 3.8.1 +Version: 3.8.2 Section: net Priority: optional Architecture: amd64 diff --git a/build/package/mita/amd64/rpm/mita.spec b/build/package/mita/amd64/rpm/mita.spec index 7fe0192d..62e09f1c 100644 --- a/build/package/mita/amd64/rpm/mita.spec +++ b/build/package/mita/amd64/rpm/mita.spec @@ -1,5 +1,5 @@ Name: mita -Version: 3.8.1 +Version: 3.8.2 Release: 1%{?dist} Summary: Mieru proxy server License: GPLv3+ diff --git a/build/package/mita/arm64/debian/DEBIAN/control b/build/package/mita/arm64/debian/DEBIAN/control index 1fcf607f..0633f124 100755 --- a/build/package/mita/arm64/debian/DEBIAN/control +++ b/build/package/mita/arm64/debian/DEBIAN/control @@ -1,5 +1,5 @@ Package: mita -Version: 3.8.1 +Version: 3.8.2 Section: net Priority: optional Architecture: arm64 diff --git a/build/package/mita/arm64/rpm/mita.spec b/build/package/mita/arm64/rpm/mita.spec index 9c6ca9d5..e8b73d60 100644 --- a/build/package/mita/arm64/rpm/mita.spec +++ b/build/package/mita/arm64/rpm/mita.spec @@ -1,5 +1,5 @@ Name: mita -Version: 3.8.1 +Version: 3.8.2 Release: 1%{?dist} Summary: Mieru proxy server License: GPLv3+ diff --git a/docs/server-install.md b/docs/server-install.md index a785ca5e..15d099ec 100644 --- a/docs/server-install.md +++ b/docs/server-install.md @@ -8,32 +8,32 @@ Before installation and configuration, connect to the server via SSH and then ex ```sh # Debian / Ubuntu - X86_64 -curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.1/mita_3.8.1_amd64.deb +curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.2/mita_3.8.2_amd64.deb # Debian / Ubuntu - ARM 64 -curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.1/mita_3.8.1_arm64.deb +curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.2/mita_3.8.2_arm64.deb # RedHat / CentOS / Rocky Linux - X86_64 -curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.1/mita-3.8.1-1.x86_64.rpm +curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.2/mita-3.8.2-1.x86_64.rpm # RedHat / CentOS / Rocky Linux - ARM 64 -curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.1/mita-3.8.1-1.aarch64.rpm +curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.2/mita-3.8.2-1.aarch64.rpm ``` ## Install mita package ```sh # Debian / Ubuntu - X86_64 -sudo dpkg -i mita_3.8.1_amd64.deb +sudo dpkg -i mita_3.8.2_amd64.deb # Debian / Ubuntu - ARM 64 -sudo dpkg -i mita_3.8.1_arm64.deb +sudo dpkg -i mita_3.8.2_arm64.deb # RedHat / CentOS / Rocky Linux - X86_64 -sudo rpm -Uvh --force mita-3.8.1-1.x86_64.rpm +sudo rpm -Uvh --force mita-3.8.2-1.x86_64.rpm # RedHat / CentOS / Rocky Linux - ARM 64 -sudo rpm -Uvh --force mita-3.8.1-1.aarch64.rpm +sudo rpm -Uvh --force mita-3.8.2-1.aarch64.rpm ``` Those instructions can also be used to upgrade the version of mita software package. diff --git a/docs/server-install.zh_CN.md b/docs/server-install.zh_CN.md index a8ab8265..4958176d 100644 --- a/docs/server-install.zh_CN.md +++ b/docs/server-install.zh_CN.md @@ -8,32 +8,32 @@ ```sh # Debian / Ubuntu - X86_64 -curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.1/mita_3.8.1_amd64.deb +curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.2/mita_3.8.2_amd64.deb # Debian / Ubuntu - ARM 64 -curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.1/mita_3.8.1_arm64.deb +curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.2/mita_3.8.2_arm64.deb # RedHat / CentOS / Rocky Linux - X86_64 -curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.1/mita-3.8.1-1.x86_64.rpm +curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.2/mita-3.8.2-1.x86_64.rpm # RedHat / CentOS / Rocky Linux - ARM 64 -curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.1/mita-3.8.1-1.aarch64.rpm +curl -LSO https://github.com/enfein/mieru/releases/download/v3.8.2/mita-3.8.2-1.aarch64.rpm ``` ## 安装 mita 软件包 ```sh # Debian / Ubuntu - X86_64 -sudo dpkg -i mita_3.8.1_amd64.deb +sudo dpkg -i mita_3.8.2_amd64.deb # Debian / Ubuntu - ARM 64 -sudo dpkg -i mita_3.8.1_arm64.deb +sudo dpkg -i mita_3.8.2_arm64.deb # RedHat / CentOS / Rocky Linux - X86_64 -sudo rpm -Uvh --force mita-3.8.1-1.x86_64.rpm +sudo rpm -Uvh --force mita-3.8.2-1.x86_64.rpm # RedHat / CentOS / Rocky Linux - ARM 64 -sudo rpm -Uvh --force mita-3.8.1-1.aarch64.rpm +sudo rpm -Uvh --force mita-3.8.2-1.aarch64.rpm ``` 上述指令也可以用来升级 mita 软件包的版本。 diff --git a/pkg/version/current.go b/pkg/version/current.go index 4f798223..9841735c 100644 --- a/pkg/version/current.go +++ b/pkg/version/current.go @@ -16,5 +16,5 @@ package version const ( - AppVersion = "3.8.1" + AppVersion = "3.8.2" )