Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: src
version: "6.2.0"
version: "6.3.1"
epoch: 0
description: Sourcegraph CLI
copyright:
Expand All @@ -22,7 +22,7 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/sourcegraph/src-cli
expected-commit: a7dfc602cc7290887e08e59b445cbe69555842f1
expected-commit: f72ed6c0f09efc8e1c32b3d54b5d42abb41f1698
tag: ${{package.version}}

- uses: go/bump
Expand Down
Loading