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>2018-10-30 15:39:59 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-10-30 15:39:59 +0300
commit0308823966cbcde0f3ee47597f9a0b1b8149ff4c (patch)
tree5bb9d8c51e4b1e1d35a63afcde7e6036084c2a0c /lynis
parent28a2580a36e2454c04a074bfaa00bb1df26510eb (diff)
Switch to development release
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis6
1 files changed, 3 insertions, 3 deletions
diff --git a/lynis b/lynis
index f2926cce..b1e6570e 100755
--- a/lynis
+++ b/lynis
@@ -35,10 +35,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2018-10-26"
+ PROGRAM_RELEASE_DATE="2018-10-30"
PROGRAM_RELEASE_TIMESTAMP=1540556675
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.7.0"
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.7.1"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"