Skip to content

Commit

Permalink
bump version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
polym committed Sep 17, 2017
1 parent 9877e10 commit b3dc191
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
> upx is a tool for managing files in UPYUN. Mac, Linux, Windows supported
[![Release](https://img.shields.io/badge/release-v0.2.2-orange.svg)](https://github.com/polym/upx/releases/tag/v0.2.2)
[![Release](https://img.shields.io/badge/release-v0.2.3-orange.svg)](https://github.com/polym/upx/releases/tag/v0.2.3)
[![Build Status](https://travis-ci.org/polym/upx.svg?branch=master)](https://travis-ci.org/polym/upx)

## 基本功能
Expand All @@ -23,11 +23,11 @@

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

- [Linux 64位](http://collection.b0.upaiyun.com/softwares/upx/upx-linux-amd64-v0.2.2)
- [Linux 32位](http://collection.b0.upaiyun.com/softwares/upx/upx-linux-386-v0.2.2)
- [Windows 64位](http://collection.b0.upaiyun.com/softwares/upx/upx-windows-amd64-v0.2.2.exe)
- [Windows 32位](http://collection.b0.upaiyun.com/softwares/upx/upx-windows-386-v0.2.2.exe)
- [Mac 64位](http://collection.b0.upaiyun.com/softwares/upx/upx-darwin-amd64-v0.2.2)
- [Linux 64位](http://collection.b0.upaiyun.com/softwares/upx/upx-linux-amd64-v0.2.3)
- [Linux 32位](http://collection.b0.upaiyun.com/softwares/upx/upx-linux-386-v0.2.3)
- [Windows 64位](http://collection.b0.upaiyun.com/softwares/upx/upx-windows-amd64-v0.2.3.exe)
- [Windows 32位](http://collection.b0.upaiyun.com/softwares/upx/upx-windows-386-v0.2.3.exe)
- [Mac 64位](http://collection.b0.upaiyun.com/softwares/upx/upx-darwin-amd64-v0.2.3)

### 源码编译

Expand Down
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 (
"time"
)

const VERSION = "v0.2.2"
const VERSION = "v0.2.3"

func main() {
initProgress()
Expand Down

0 comments on commit b3dc191

Please sign in to comment.