Skip to content

Commit

Permalink
Update to SDK v2.0.0-alpha.145 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperl committed Apr 12, 2024
1 parent 0a1ebbf commit 0a6525e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cmd/jag/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
)

var (
version = "v1.32.1"
sdkVersion = "v2.0.0-alpha.144"
version = "v1.33.0"
sdkVersion = "v2.0.0-alpha.145"
)

var buildDate = "unknown"
Expand Down
6 changes: 3 additions & 3 deletions package.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sdk: ^2.0.0-alpha.144
sdk: ^2.0.0-alpha.145
prefixes:
http: pkg-http
packages:
pkg-http:
url: github.com/toitlang/pkg-http
name: http
version: 2.7.1
hash: 54a5bb458d9fc9305e839b878e6de3b456f5c4a6
version: 2.7.2
hash: 614dd0f374e70aab09f12e9466a35b779b9a8d63
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ environment:
dependencies:
http:
url: github.com/toitlang/pkg-http
version: ^2.7.1
version: ^2.7.2

0 comments on commit 0a6525e

Please sign in to comment.