Skip to content

Commit db05415

Browse files
committed
Merge remote-tracking branch 'arduino/master' into cli-inception
2 parents d64e8c7 + d9d12ab commit db05415

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ go get google.golang.org/grpc
7070
go get github.com/golang/protobuf/proto
7171
go get golang.org/x/net/context
7272
go get github.com/fsnotify/fsnotify
73+
go get github.com/schollz/closestmatch
7374
go get github.com/arduino/arduino-builder
7475
go build github.com/arduino/arduino-builder/arduino-builder
7576
```

Diff for: main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import (
5454
"github.com/go-errors/errors"
5555
)
5656

57-
const VERSION = "1.4.4"
57+
const VERSION = "1.4.5"
5858

5959
const FLAG_ACTION_COMPILE = "compile"
6060
const FLAG_ACTION_PREPROCESS = "preprocess"

0 commit comments

Comments
 (0)