Skip to content

Commit 0031c6d

Browse files
committed
Release 0.3.3-alpha.preview
1 parent 0c4d803 commit 0031c6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.2-alpha.preview`:
20+
the latest preview version is `0.3.3-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)

commands/commands.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const (
5151
)
5252

5353
// Version is the current CLI version
54-
var Version = "0.3.2-alpha.preview"
54+
var Version = "0.3.3-alpha.preview"
5555

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

0 commit comments

Comments
 (0)