Skip to content

Commit 151c03e

Browse files
committed
version 1.3.1
Former-commit-id: 415ed969b4bccd586baba23270835a78d99d7768 [formerly e362c2cb9c0e81f6ff7c24c84442a288e3cd7cbe] Former-commit-id: ae98342e848be28ffcad62d884cacfb5fc2ec965
1 parent 1b5029e commit 151c03e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Version 1.3
1+
// Version 1.3.1
22
// Supports Windows, Linux, Mac, and Raspberry Pi, Beagle Bone Black
33

44
package main
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
var (
16-
version = "1.3"
16+
version = "1.3.1"
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)