Skip to content

Commit f3b462d

Browse files
authored
chore: update internal version to 3.29.0-alpha (#1755)
## Checklist - [x] I have read the [contribution guidelines](https://github.com/ooni/probe-cli/blob/master/CONTRIBUTING.md) - [x] reference issue for this pull request: #1745 - [ ] if you changed anything related to how experiments work and you need to reflect these changes in the ooni/spec repository, please link to the related ooni/spec pull request: <!-- add URL here --> - [ ] if you changed code inside an experiment, make sure you bump its version number <!-- Reminder: Location of the issue tracker: https://github.com/ooni/probe --> ## Description We are now hacking on 3.29.0-alpha
1 parent e74f127 commit f3b462d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
package version
33

44
// Version is the ooniprobe version.
5-
const Version = "3.28.0-alpha"
5+
const Version = "3.29.0-alpha"

0 commit comments

Comments
 (0)