Skip to content

Commit

Permalink
bump version v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
huangnauh committed Aug 2, 2023
1 parent 4a3558d commit 50021d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@

### 可执行程序二进制下载地址

- [Windows x86_64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.2_Windows_x86_64.zip)
- [Windows i386](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.2_Windows_i386.zip)
- [Mac x86_64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.2_Darwin_x86_64.tar.gz)
- [Linux x86_64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.2_linux_x86_64.tar.gz)
- [Linux i386](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.2_linux_i386.tar.gz)
- [Linux arm64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.2_linux_arm64.tar.gz)
- [Linux armv6](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.2_linux_armv6.tar.gz)
- [Linux armv7](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.2_linux_armv7.tar.gz)
- [Windows x86_64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.3_Windows_x86_64.zip)
- [Windows i386](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.3_Windows_i386.zip)
- [Mac x86_64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.3_Darwin_x86_64.tar.gz)
- [Linux x86_64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.3_linux_x86_64.tar.gz)
- [Linux i386](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.3_linux_i386.tar.gz)
- [Linux arm64](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.3_linux_arm64.tar.gz)
- [Linux armv6](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.3_linux_armv6.tar.gz)
- [Linux armv7](https://collection.b0.upaiyun.com/softwares/upx/upx_0.4.3_linux_armv7.tar.gz)

### 源码编译

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.4.2
v0.4.3
2 changes: 1 addition & 1 deletion upx.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/urfave/cli"
)

const VERSION = "v0.4.2"
const VERSION = "v0.4.3"

func CreateUpxApp() *cli.App {
app := cli.NewApp()
Expand Down

0 comments on commit 50021d6

Please sign in to comment.