Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
esap committed Jul 10, 2019
1 parent 7ea8f2c commit b5a1723
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7,527 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*.dll
*.so
*.dylib
*.txt
*.jpg

# Test binary, build with `go test -c`
*.test
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func Error(msg string) error {
}

const (
Version = "4.0.1"
Version = "for esap4.0"
)

var debug = flag.String("d", "off", "if on debug mode")
Expand Down
Loading

0 comments on commit b5a1723

Please sign in to comment.