Skip to content

Commit fa2c9bb

Browse files
author
Akeda Bagus
committed
Bump version to v0.1.1
1 parent f123f7d commit fa2c9bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.goxc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"ArtifactsDest": "build",
44
"Arch": "386,amd64",
55
"Os": "darwin,linux,windows",
6-
"PackageVersion": "0.1.0",
6+
"PackageVersion": "0.1.1",
77
"PrereleaseInfo": "snapshot",
88
"Verbosity": "v",
99
"Resources": {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
gost
22
====
33

4-
Simple static file server. Current version is 0.1.0.
4+
Simple static file server. Current version is 0.1.1.
55

66
## Install
77

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var (
1313
path = flag.String("path", "./", "Path served as document root.")
1414
)
1515

16-
const Version = "0.1.0"
16+
const Version = "0.1.1"
1717

1818
func main() {
1919
flag.Parse()

0 commit comments

Comments
 (0)