Commit 494bc941 authored by Cristian Maglie's avatar Cristian Maglie

Release 0.3.4-alpha.preview

parent 19fdc8aa
...@@ -17,11 +17,12 @@ This is **not yet available** until the first stable version is released. ...@@ -17,11 +17,12 @@ This is **not yet available** until the first stable version is released.
#### Download the latest unstable "alpha" preview #### Download the latest unstable "alpha" preview
Please note that these are **preview** build, they may have bugs, some features may not work or may be changed without notice, Please note that these are **preview** build, they may have bugs, some features may not work or may be changed without notice,
the latest preview version is `0.3.3-alpha.preview`: the latest preview version is `0.3.4-alpha.preview`:
- [Linux 64 bit](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linux64.tar.bz2) - [Linux 64 bit](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linux64.tar.bz2)
- [Linux 32 bit](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linux32.tar.bz2) - [Linux 32 bit](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linux32.tar.bz2)
- [Linux ARM](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linuxarm.tar.bz2) - [Linux ARM](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linuxarm.tar.bz2)
- [Linux ARM64](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-linuxaarch64.tar.bz2)
- [Windows](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-windows.zip) - [Windows](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-windows.zip)
- [Mac OSX](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-osx.zip) - [Mac OSX](https://downloads.arduino.cc/arduino-cli/arduino-cli-latest-osx.zip)
......
...@@ -22,7 +22,7 @@ import ( ...@@ -22,7 +22,7 @@ import (
"os" "os"
"path/filepath" "path/filepath"
"github.com/arduino/go-paths-helper" paths "github.com/arduino/go-paths-helper"
"github.com/arduino/arduino-cli/arduino/libraries" "github.com/arduino/arduino-cli/arduino/libraries"
"github.com/arduino/arduino-cli/arduino/libraries/librariesmanager" "github.com/arduino/arduino-cli/arduino/libraries/librariesmanager"
...@@ -50,7 +50,7 @@ const ( ...@@ -50,7 +50,7 @@ const (
) )
// Version is the current CLI version // Version is the current CLI version
var Version = "0.3.3-alpha.preview" var Version = "0.3.4-alpha.preview"
// ErrLogrus represents the logrus instance, which has the role to // ErrLogrus represents the logrus instance, which has the role to
// log all non info messages. // log all non info messages.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment