Documentation

runtime.version() function

runtime.version() returns the current Flux version.

Function type signature
() => string

For more information, see Function type signatures.

Examples

Return the Flux version in a stream of tables

import "array"
import "runtime"

array.from(rows: [{version: runtime.version()}])

View example output


Was this page helpful?

Thank you for your feedback!


The future of Flux

Flux is going into maintenance mode. You can continue using it as you currently are without any changes to your code.

Read more