de60fb0588
* fix(make): correctly write oonimkall.podspec Part of https://github.com/ooni/probe/issues/1439 * chore: set version number to v3.10.0-beta.1 * fix(ios): don't build a target that requires git
8 lines
138 B
Go
8 lines
138 B
Go
// Package version contains version information
|
|
package version
|
|
|
|
const (
|
|
// Version is the software version
|
|
Version = "3.10.0-beta.1"
|
|
)
|