Skip to content

Commit 494bc94

Browse files
committed
Release 0.3.4-alpha.preview
1 parent 19fdc8a commit 494bc94

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ This is **not yet available** until the first stable version is released.
1717
#### Download the latest unstable "alpha" preview
1818

1919
Please note that these are **preview** build, they may have bugs, some features may not work or may be changed without notice,
20-
the latest preview version is `0.3.3-alpha.preview`:
20+
the latest preview version is `0.3.4-alpha.preview`:
2121

2222
- [Linux 64 bit](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linux64.tar.bz2)
2323
- [Linux 32 bit](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linux32.tar.bz2)
2424
- [Linux ARM](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linuxarm.tar.bz2)
25+
- [Linux ARM64](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linuxaarch64.tar.bz2)
2526
- [Windows](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-windows.zip)
2627
- [Mac OSX](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-osx.zip)
2728

commands/commands.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"os"
2323
"path/filepath"
2424

25-
"github.com/arduino/go-paths-helper"
25+
paths "github.com/arduino/go-paths-helper"
2626

2727
"github.com/arduino/arduino-cli/arduino/libraries"
2828
"github.com/arduino/arduino-cli/arduino/libraries/librariesmanager"
@@ -50,7 +50,7 @@ const (
5050
)
5151

5252
// Version is the current CLI version
53-
var Version = "0.3.3-alpha.preview"
53+
var Version = "0.3.4-alpha.preview"
5454

5555
// ErrLogrus represents the logrus instance, which has the role to
5656
// log all non info messages.

0 commit comments

Comments
 (0)