Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 6618821

Browse files
feat: bump cli to 0-0-5 (#4)
1 parent 613e62f commit 6618821

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/@orb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
description: >
44
Orb for deploying models to AWS sagemaker and tracking releases in CircleCI.
5-
(OPEN PREVIEW - send us your feedback at [email protected])
5+
(OPEN PREVIEW - send feedback at [email protected])
66
77
display:
88
home_url: "https://github.com/CircleCI-Public/aws-sagemaker-orb/wiki"

src/scripts/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ repo_name="cci-sagemaker"
114114
# binary="${orb_bin_dir}/${repo_name}"
115115
# TODO: Make the version configurable via parameter
116116
# Don't forget the v!
117-
binary_version="v0.0.2"
117+
binary_version="v0.0.5"
118118
basic_name="cci-sagemaker"
119119
binary_name="${basic_name}-${binary_version}-${PLATFORM}-${ARCH}"
120120
binary_zip="${orb_bin_dir}/${binary_name}.zip"

0 commit comments

Comments
 (0)