We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d64e8c7 + d9d12ab commit db05415Copy full SHA for db05415
README.md
@@ -70,6 +70,7 @@ go get google.golang.org/grpc
70
go get github.com/golang/protobuf/proto
71
go get golang.org/x/net/context
72
go get github.com/fsnotify/fsnotify
73
+go get github.com/schollz/closestmatch
74
go get github.com/arduino/arduino-builder
75
go build github.com/arduino/arduino-builder/arduino-builder
76
```
main.go
@@ -54,7 +54,7 @@ import (
54
"github.com/go-errors/errors"
55
)
56
57
-const VERSION = "1.4.4"
+const VERSION = "1.4.5"
58
59
const FLAG_ACTION_COMPILE = "compile"
60
const FLAG_ACTION_PREPROCESS = "preprocess"
0 commit comments