Skip to content

Commit 30d9333

Browse files
committed
Bump v7.0.3
1 parent 2f5b721 commit 30d9333

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## To Be Released
44

5+
## v7.0.3
6+
57
* Bump github.com/gofrs/uuid from 3.3.0+incompatible to 3.4.0+incompatible #45
68

79
## v7.0.2

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Etcd Discovery v7.0.2
1+
# Etcd Discovery v7.0.3
22

33
This is a golang package for managing services over the decentralized key-value store etcd
44

@@ -122,11 +122,11 @@ Commit, tag and create a new release:
122122

123123
```sh
124124
git add CHANGELOG.md README.md
125-
git commit -m "Bump v7.0.2"
126-
git tag v7.0.2
125+
git commit -m "Bump v7.0.3"
126+
git tag v7.0.3
127127
git push origin master
128128
git push --tags
129-
hub release create v7.0.2
129+
hub release create v7.0.3
130130
```
131131

132132
The title of the release should be the version number and the text of the release is the same as the changelog.

0 commit comments

Comments
 (0)