Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lynis
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2021-07-27 11:45:37 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2021-07-27 11:45:37 +0300
commiteb9b953f90ab7776582457bf961ebc2596f14efc (patch)
tree0d0840c351b893719905176512a5b4a372012b02 /lynis
parenta67e3aa24a4c1626e7ca893e707dcafd4f3ee6e0 (diff)
Switch to pre-release
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis8
1 files changed, 4 insertions, 4 deletions
diff --git a/lynis b/lynis
index 2b085bb2..4a1a3979 100755
--- a/lynis
+++ b/lynis
@@ -43,10 +43,10 @@
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
# Version details
- PROGRAM_RELEASE_DATE="2021-07-22"
- PROGRAM_RELEASE_TIMESTAMP=1626945158
- PROGRAM_RELEASE_TYPE="release" # pre-release or release
- PROGRAM_VERSION="3.0.6"
+ PROGRAM_RELEASE_DATE="2021-07-27"
+ PROGRAM_RELEASE_TIMESTAMP=1627375518
+ PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
+ PROGRAM_VERSION="3.0.7"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"