Skip to content

version Command

Display the installed DBWarden version.

Usage

dbwarden version

Example

1.0.0

Use Cases

Bug Reports

Include version info in bug reports:

dbwarden version
# Include in GitHub issue

Upgrade Verification

After upgrading:

dbwarden version
# Should show new version

Versioning

DBWarden uses Semantic Versioning:

  • MAJOR: Breaking changes
  • MINOR: New features (backward compatible)
  • PATCH: Bug fixes (backward compatible)

See Also