Skip to content

Commit 55a6c4a

Browse files
committed
Update version in main package
Former-commit-id: b11cf877aadfcb8b3c4c2c83bc5fb0c54a2b66d3 [formerly af0909955aa01090bdd834c9f2707de74c9fa535] Former-commit-id: 9ee9f85d5a1e37d0a82585b5f4184d696a7cac38
1 parent d78e83c commit 55a6c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
var (
16-
VERSION = "1.1"
16+
VERSION = "1.2"
1717
addr = flag.String("addr", ":8989", "http service address")
1818
assets = flag.String("assets", defaultAssetPath(), "path to assets")
1919
//homeTempl *template.Template

0 commit comments

Comments
 (0)