Skip to content

Commit 21bd0de

Browse files
author
Diwaker Gupta
committed
Bump version 3.0.0
Since changes introduced in #29 are not backwards compatible.
1 parent 5387abb commit 21bd0de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dropbox/sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const (
3535
hostAPI = "api"
3636
hostContent = "content"
3737
hostNotify = "notify"
38-
sdkVersion = "1.0.0-beta"
38+
sdkVersion = "3.0.0"
3939
specVersion = "52ee619"
4040
)
4141

generator/generate-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ stone -v -a :all go_types.stoneg.py "$gen_dir" "$spec_dir"/*.stone
1515
stone -v -a :all go_client.stoneg.py "$gen_dir" "$spec_dir"/*.stone
1616

1717
# Update SDK and API spec versions
18-
sdk_version=${1:-"1.0.0-beta"}
18+
sdk_version=${1:-"3.0.0"}
1919
pushd ${spec_dir}
2020
spec_version=$(git rev-parse --short HEAD)
2121
popd

0 commit comments

Comments
 (0)