Skip to content

Commit

Permalink
Bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeda Bagus committed Aug 20, 2013
1 parent f123f7d commit fa2c9bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goxc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ArtifactsDest": "build",
"Arch": "386,amd64",
"Os": "darwin,linux,windows",
"PackageVersion": "0.1.0",
"PackageVersion": "0.1.1",
"PrereleaseInfo": "snapshot",
"Verbosity": "v",
"Resources": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gost
====

Simple static file server. Current version is 0.1.0.
Simple static file server. Current version is 0.1.1.

## Install

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var (
path = flag.String("path", "./", "Path served as document root.")
)

const Version = "0.1.0"
const Version = "0.1.1"

func main() {
flag.Parse()
Expand Down

0 comments on commit fa2c9bb

Please sign in to comment.