8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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