-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
version bump #174
version bump #174
Conversation
Don't merge yet, we still need antler-proj to get a couple of PRs in and then update the submodule. |
README.md
Outdated
@@ -15,8 +15,8 @@ CDT currently supports Linux x86_64 Debian packages. Visit the [release page](ht | |||
Download the appropriate version of the Debian package and then install it. To download and install the latest version, run the following: | |||
|
|||
```sh | |||
wget https://github.com/AntelopeIO/cdt/releases/download/v3.1.0/cdt_3.1.0_amd64.deb | |||
sudo apt install ./cdt_3.1.0_amd64.deb | |||
wget https://github.com/AntelopeIO/cdt/releases/download/v4.0.0/cdt_4.0.0-rc1_amd64.deb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need v4.0.0-rc1
here instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, thanks for catching that.
Note:start |
Change Description
The bumps the version of CDT. This will also bump the submodule of antler-proj.
API Changes
Documentation Additions