Skip to content

Commit

Permalink
fix: reverting previous dependency update chnages (#198)
Browse files Browse the repository at this point in the history
dependency: none

Signed-off-by: jkalanda <[email protected]>
  • Loading branch information
jkalandaibm authored Jun 28, 2024
1 parent f94dddd commit fe11a39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ before_deploy:
- npm install @semantic-release/git
- npm install @semantic-release/github
- pip install bump2version
- echo "Checking the contents of comcd mon/version.go to ensure version string exists:"
- cat common/version.go
- grep 'const Version = "0.47.1"' common/version.go || (echo "Version string not found in common/version.go" && exit 1)
- echo "All pre-deploy checks passed. Proceeding with deployment..."


deploy:
- provider: script
Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
package common

// Version of the SDK
const Version = "0.46.1"
const Version = "0.47.1"

0 comments on commit fe11a39

Please sign in to comment.