Skip to content

Commit

Permalink
Update version to 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orlangure committed Mar 18, 2023
1 parent eb20d20 commit f1d7943
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,5 @@ workflows:
- test-cockroachdb
- test-influxdb
- test-cassandra
- test-vault
### circleci jobs go here
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tasks:
sed -Ei '' 's/^ version: (.*)$/ version: {{.version}}/' swagger/swagger.yaml
- |
sed -Ei '' 's/apis\/orlangure\/gnomock\/(.*)#/apis\/orlangure\/gnomock\/{{.version}}#/' README.md
- git add swagger/swagger.yaml
- git commit -m 'Update version to {{.version}}'
silent: true
dir: .
Expand Down
2 changes: 1 addition & 1 deletion swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
testing toolkit. It allows to use Gnomock outside of Go ecosystem. Not all
Gnomock features exist in this wrapper, but official presets, as well as
basic general configuration, are supported.
version: 1.20.0
version: 1.26.0
contact:
url: https://github.com/orlangure/gnomock/
license:
Expand Down

0 comments on commit f1d7943

Please sign in to comment.