mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 15:38:06 +00:00
7 lines
92 B
Go
7 lines
92 B
Go
package version
|
|
|
|
// TODO figure out if this package makes sense.
|
|
var (
|
|
Version = "0.0.1"
|
|
)
|