Commit dc790dce authored by Cristian Maglie's avatar Cristian Maglie

Release 0.3.2-alpha.preview

parent 0bc670f0
...@@ -18,11 +18,11 @@ This is **not yet available** until the first stable version is released. ...@@ -18,11 +18,11 @@ This is **not yet available** until the first stable version is released.
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:
- [Linux 64 bit 0.3.1-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.1-alpha.preview-linux64.tar.bz2) - [Linux 64 bit 0.3.2-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.2-alpha.preview-linux64.tar.bz2)
- [Linux 32 bit 0.3.1-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.1-alpha.preview-linux32.tar.bz2) - [Linux 32 bit 0.3.2-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.2-alpha.preview-linux32.tar.bz2)
- [Linux ARM 0.3.1-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.1-alpha.preview-linuxarm.tar.bz2) - [Linux ARM 0.3.2-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.2-alpha.preview-linuxarm.tar.bz2)
- [Windows 0.3.1-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.1-alpha.preview-windows.zip) - [Windows 0.3.2-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.2-alpha.preview-windows.zip)
- [Mac OSX 0.3.1-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.1-alpha.preview-osx.zip) - [Mac OSX 0.3.2-alpha.preview](https://downloads.arduino.cc/arduino-cli/arduino-cli-0.3.2-alpha.preview-osx.zip)
### Build the latest "bleeding-edge" from source ### Build the latest "bleeding-edge" from source
......
...@@ -48,10 +48,11 @@ const ( ...@@ -48,10 +48,11 @@ const (
// directories vital for the CLI to work. // directories vital for the CLI to work.
ErrCoreConfig ErrCoreConfig
ErrBadArgument ErrBadArgument
Version = "0.3.1-alpha.preview"
) )
// Version is the current CLI version
var Version = "0.3.2-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.
var ErrLogrus = logrus.New() var ErrLogrus = logrus.New()
......
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