File: VERSION

package info (click to toggle)
recon-ng 5.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 612 kB
  • sloc: python: 3,535; javascript: 643; sh: 90; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
__version__ = '5.1.2'

# ex. x.y.z
# x - Incremented for changes requiring migration. (major revision)
# y - Incremented for the addition of new features. (minor revision)
# z - Incremented for minor code changes and bug fixes. (hotfix)
# Subordinate items reset to 0 when superior items increment.