Skip to content

Commit fc545f3

Browse files
committed
Bump v4.4.4
1 parent 1d739c0 commit fc545f3

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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+
## v4.4.4
6+
57
* chore(go): use go 1.17
68
* Bump github.com/lib/pq from 1.10.3 to 1.10.6
79
* Bump github.com/fsouza/go-dockerclient from 1.7.3 to 1.7.11

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Go Philae v4.4.3
1+
# Go Philae v4.4.4
22

33
Go Philae is the go implementation of our Philae health check protocol.
44

@@ -295,10 +295,10 @@ Commit, tag and create a new release:
295295

296296
```sh
297297
git add CHANGELOG.md README.md
298-
git commit -m "Bump v4.4.3"
299-
git tag v4.4.3
300-
git push origin master v4.4.3
301-
hub release create v4.4.3
298+
git commit -m "Bump v4.4.4"
299+
git tag v4.4.4
300+
git push origin master v4.4.4
301+
hub release create v4.4.4
302302
```
303303

304304
The title of the release should be the version number and the text of the

0 commit comments

Comments
 (0)