Skip to content

Commit 1433ff7

Browse files
committed
Release 0.3.5-alpha.preview
1 parent 7c66e88 commit 1433ff7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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.4-alpha.preview`:
20+
the latest preview version is `0.3.5-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)

Diff for: commands/commands.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const (
5050
)
5151

5252
// Version is the current CLI version
53-
var Version = "0.3.4-alpha.preview"
53+
var Version = "0.3.5-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)