We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd9309 commit fbf3984Copy full SHA for fbf3984
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [4.11.7] - 2026-02-23
11
+
12
### Changed
13
- Skip redundant dev build when production release commits are pushed to main. [#919](https://github.com/sourcebot-dev/sourcebot/pull/919)
14
- Bumped zoekt version. [#921](https://github.com/sourcebot-dev/sourcebot/pull/921)
packages/shared/src/version.ts
@@ -1,2 +1,2 @@
1
// This file is auto-generated by .github/workflows/release-sourcebot.yml
2
-export const SOURCEBOT_VERSION = "v4.11.6";
+export const SOURCEBOT_VERSION = "v4.11.7";
0 commit comments