getVersion

Top  Previous  Next

getVersion retrieves the Girder version currently.

Definition

version = gir.getVersion()

 

Name

Type

Description

version

table

table indexed with major, minor, micro and build indicating the Girder version

Example

local t = gir.getVersion()

 

print(t.major, t.minor, t.micro, t.build)