Release 3.0.1

This commit is contained in:
Michael Boelen 2020-10-05 13:22:39 +02:00
parent c6bd185fd7
commit 21b5493a1c
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Lynis Changelog # Lynis Changelog
## Lynis 3.0.1 (not released yet) ## Lynis 3.0.1 (2020-10-05)
### Added ### Added
- Detection of Alpine Linux - Detection of Alpine Linux

6
lynis
View File

@ -43,9 +43,9 @@
PROGRAM_WEBSITE="https://cisofy.com/lynis/" PROGRAM_WEBSITE="https://cisofy.com/lynis/"
# Version details # Version details
PROGRAM_RELEASE_DATE="2020-06-26" PROGRAM_RELEASE_DATE="2020-10-05"
PROGRAM_RELEASE_TIMESTAMP=1593159916 PROGRAM_RELEASE_TIMESTAMP=1601896929
PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release PROGRAM_RELEASE_TYPE="release" # pre-release or release
PROGRAM_VERSION="3.0.1" PROGRAM_VERSION="3.0.1"
# Source, documentation and license # Source, documentation and license