Bump version to 0.9.3

This commit is contained in:
Chen Yufei
2014-09-21 20:59:59 +08:00
parent 0c917a1446
commit 90dd86a06e
4 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
0.9.2 (2014-09-21)
* Support new encryption method "rc4-md5"
0.9.2 (2014-07-23)
* Reduce the possibility of encountering too many open file error
* New connection latency based load balancing

View File

@@ -4,7 +4,7 @@ COW 是一个简化穿墙的 HTTP 代理服务器。它能自动检测被墙网
[English README](README-en.md).
当前版本0.9.2 [CHANGELOG](CHANGELOG)
当前版本0.9.3 [CHANGELOG](CHANGELOG)
[![Build Status](https://travis-ci.org/cyfdecyf/cow.png?branch=develop)](https://travis-ci.org/cyfdecyf/cow)
**欢迎在 develop branch 进行开发并发送 pull request :)**

View File

@@ -15,7 +15,7 @@ import (
)
const (
version = "0.9.2"
version = "0.9.3"
defaultListenAddr = "127.0.0.1:7777"
)

View File

@@ -1,6 +1,6 @@
#!/bin/bash
version=0.9.2
version=0.9.3
arch=`uname -m`
case $arch in