Unverified Commit 69d86a47 authored by red_car's avatar red_car Committed by GitHub

bump release version to 0.3.7-alpha.preview (#256)

* Bump version to 0.3.7-alpha.preview

* Update README.md with task definitions
parent c2d9c1b9
...@@ -17,7 +17,7 @@ This is **not yet available** until the first stable version is released. ...@@ -17,7 +17,7 @@ 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.6-alpha.preview`: the latest preview version is `0.3.7-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)
...@@ -346,6 +346,8 @@ Currently Unit and Integration test are available for launch in 2 ways: ...@@ -346,6 +346,8 @@ Currently Unit and Integration test are available for launch in 2 ways:
* build: Build the project * build: Build the project
* check: Check fmt and lint, `legacy` will be skipped * check: Check fmt and lint, `legacy` will be skipped
* check-legacy: Check fmt and lint for the `legacy` package * check-legacy: Check fmt and lint for the `legacy` package
* protoc: Compile protobuf definitions
* rpc-client: Run the rpc client test routine (server must be already started)
* test: Run the full testsuite, `legacy` will be skipped * test: Run the full testsuite, `legacy` will be skipped
* test-integration: Run integration tests only * test-integration: Run integration tests only
* test-legacy: Run tests for the `legacy` package * test-legacy: Run tests for the `legacy` package
......
...@@ -61,7 +61,7 @@ vars: ...@@ -61,7 +61,7 @@ vars:
sh: echo `go list ./... | grep -v legacy | tr '\n' ' '` sh: echo `go list ./... | grep -v legacy | tr '\n' ' '`
# build vars # build vars
VERSIONSTRING: "0.3.6-alpha.preview" VERSIONSTRING: "0.3.7-alpha.preview"
COMMIT: COMMIT:
sh: echo ${TRAVIS_COMMIT:-`git log -n 1 --format=%h`} sh: echo ${TRAVIS_COMMIT:-`git log -n 1 --format=%h`}
LDFLAGS: > LDFLAGS: >
......
...@@ -23,7 +23,7 @@ import ( ...@@ -23,7 +23,7 @@ import (
) )
var ( var (
defaultVersionString = "0.3.6-alpha.preview" defaultVersionString = "0.3.7-alpha.preview"
versionString = "" versionString = ""
commit = "" commit = ""
buildDate = time.Time{} buildDate = time.Time{}
......
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