Skip to content

Commit

Permalink
chore: update internal version to v3.24.0-alpha (#1650)
Browse files Browse the repository at this point in the history
## 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:
ooni/probe#2783
- [ ] 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 `v3.24.0-alpha`
  • Loading branch information
DecFox committed Aug 8, 2024
1 parent 98ab90e commit 112452a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package version

// Version is the ooniprobe version.
const Version = "3.23.0-alpha"
const Version = "3.24.0-alpha"

0 comments on commit 112452a

Please sign in to comment.