Skip to content

Commit f1d7943

Browse files
committed
Update version to 1.26.0
1 parent eb20d20 commit f1d7943

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,5 @@ workflows:
254254
- test-cockroachdb
255255
- test-influxdb
256256
- test-cassandra
257+
- test-vault
257258
### circleci jobs go here

Taskfile.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tasks:
3434
sed -Ei '' 's/^ version: (.*)$/ version: {{.version}}/' swagger/swagger.yaml
3535
- |
3636
sed -Ei '' 's/apis\/orlangure\/gnomock\/(.*)#/apis\/orlangure\/gnomock\/{{.version}}#/' README.md
37+
- git add swagger/swagger.yaml
3738
- git commit -m 'Update version to {{.version}}'
3839
silent: true
3940
dir: .

swagger/swagger.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
testing toolkit. It allows to use Gnomock outside of Go ecosystem. Not all
88
Gnomock features exist in this wrapper, but official presets, as well as
99
basic general configuration, are supported.
10-
version: 1.20.0
10+
version: 1.26.0
1111
contact:
1212
url: https://github.com/orlangure/gnomock/
1313
license:

0 commit comments

Comments
 (0)