Skip to content

Commit

Permalink
fix(version.go): set release to v3.14.1
Browse files Browse the repository at this point in the history
It seems I forgot about bumping the version number 😩.

See ooni/probe#1845.
  • Loading branch information
bassosimone committed Feb 23, 2022
1 parent 2b48dcf commit 9267bc6
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 @@ -3,5 +3,5 @@ package version

const (
// Version is the software version
Version = "3.14.0-beta"
Version = "3.14.1"
)

0 comments on commit 9267bc6

Please sign in to comment.