content/flux/v0/stdlib/runtime/version.md
runtime.version() returns the current Flux version.
() => string
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
import "array"
import "runtime"
array.from(rows: [{version: runtime.version()}])
{{< expand-wrapper >}} {{% expand "View example output" %}}
| version |
|---|
| (devel) |
{{% /expand %}} {{< /expand-wrapper >}}