# Version()

Source: https://help.malighting.com/grandMA3/2.3/HTML/lua_objectfree_version.html
This is grandocs, an unofficial mirror of MA Lighting documentation. For authoritative or safety-relevant information, cite the canonical page on help.malighting.com.

---
## Description

The Version Lua function returns the software version.

## Arguments

This function does not accept any arguments.

## Return

- **String**:\
  The returned string is the version of the grandMA3 software.

## Example

This example prints the software version in the Command Line History:

|                                                                             |
| --------------------------------------------------------------------------- |
| [Copy Code](javascript:void\(0\))Lua                                        |
| ```
return function()
    Printf("Software version: %s", Version())
end
``` |