BuildVersion returns current version of the provider
()
| 16 | |
| 17 | // BuildVersion returns current version of the provider |
| 18 | func BuildVersion() string { |
| 19 | if len(Version) == 0 { |
| 20 | return DevVersion |
| 21 | } |
| 22 | return Version |
| 23 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…