Skip to content

Commit

Permalink
Bump version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cyfdecyf committed Oct 8, 2014
1 parent 732b15f commit de4ab75
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
0.9.2 (2014-09-21)
0.9.4 (2014-10-08)
* Bug fix (#179): close stat file after load

0.9.3 (2014-09-21)
* Support new encryption method "rc4-md5"

0.9.2 (2014-07-23)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COW 是一个简化穿墙的 HTTP 代理服务器。它能自动检测被墙网

[English README](README-en.md).

当前版本:0.9.3 [CHANGELOG](CHANGELOG)
当前版本:0.9.4 [CHANGELOG](CHANGELOG)
[![Build Status](https://travis-ci.org/cyfdecyf/cow.png?branch=develop)](https://travis-ci.org/cyfdecyf/cow)

**欢迎在 develop branch 进行开发并发送 pull request :)**
Expand Down
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
version = "0.9.3"
version = "0.9.4"
defaultListenAddr = "127.0.0.1:7777"
)

Expand Down
2 changes: 1 addition & 1 deletion install-cow.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=0.9.3
version=0.9.4

arch=`uname -m`
case $arch in
Expand Down

0 comments on commit de4ab75

Please sign in to comment.