GetVersion returns the current compiler version.
()
| 32 | |
| 33 | // GetVersion returns the current compiler version. |
| 34 | func GetVersion() string { |
| 35 | return compilerVersion |
| 36 | } |
| 37 | |
| 38 | // SetIsRelease sets whether this binary was built as a release. |
| 39 | func SetIsRelease(release bool) { |
no outgoing calls