Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SDK v0.16.0. #105

Merged
merged 1 commit into from
Jan 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions cmd/jag/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
)

var (
date = "2022-01-20T04:28:18Z"
version = "v0.7.3"
sdkVersion = "v0.15.1"
date = "2022-01-31T07:01:28Z"
version = "8a66bb2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the version of Jaguar?
If yes, using one that is increasing would be better.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is maintained by a script up until we're ready to release (which is when we add the version that we will use as the tag).

sdkVersion = "v0.16.0"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion third_party/toit
Submodule toit updated 1754 files