Skip to content

Commit 3564571

Browse files
authored
Merge pull request #448 from carlosms/gitbase-web-v0.6.5
Update gitbase-web to v0.6.5
2 parents c7cb2c5 + 3c34f47 commit 3564571

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
### Components
1111

12+
- `srcd/gitbase-web` has been updated to [v0.6.5](https://github.com/src-d/gitbase-web/releases/tag/v0.6.5).
1213
- `bblfsh/bblfshd` has been updated to [v2.12.1-drivers](https://github.com/bblfsh/bblfshd/releases/tag/v2.12.1).
1314

1415
### Breaking Changes

components/components.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ var (
106106
GitbaseWeb = Component{
107107
Name: "srcd-cli-gitbase-web",
108108
Image: "srcd/gitbase-web",
109-
Version: "v0.6.4",
109+
Version: "v0.6.5",
110110
}
111111

112112
Bblfshd = Component{

0 commit comments

Comments
 (0)