Skip to content

Commit

Permalink
fix: fix: Reverting Previous Dependency Updates
Browse files Browse the repository at this point in the history
Signed-off-by: jkalanda <[email protected]>
  • Loading branch information
jkalandaibm authored Jun 28, 2024
1 parent 21e156b commit 9d6745e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.46.1
current_version = 0.47.1
commit = True
message = Update version {current_version} -> {new_version} [skip ci]

Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ script:

before_deploy:
- nvm install 20
- npm install -g npm@latest
- npm install npm@latest -g
- npm install @semantic-release/changelog
- npm install @semantic-release/exec
- npm install @semantic-release/git
- npm install @semantic-release/github
- pip install bump2version
- grep 'const Version = "0.47.1"' common/version.go || (echo "Version string not found in common/version.go" && exit 1)

deploy:
- provider: script
Expand Down

0 comments on commit 9d6745e

Please sign in to comment.