Administration/Command Line

Version Command

The gig version command is used to print the current version of Gigantics.

Usage

gig version

Description

The version command displays the current installed version of Gigantics. This is useful for:

  • Verifying your installation
  • Checking compatibility with documentation
  • Reporting issues to support

Examples

# Print current Gigantics version
gig version
 
# Example output:
# Gigantics v1.6.7

Additional Information

Version information includes:

  • Major version number
  • Minor version number
  • Patch version number
  • Build information (if applicable)

See Also

On this page