SetVersionInfo sets version information for the workflow package.
(v string)
| 4 | |
| 5 | // SetVersionInfo sets version information for the workflow package. |
| 6 | func SetVersionInfo(v string) { |
| 7 | workflow.SetVersion(v) |
| 8 | } |
| 9 | |
| 10 | // GetVersion returns the current version. |
| 11 | func GetVersion() string { |