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>2019-03-29 14:24:01 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-03-29 14:24:01 +0300
commit20da48bdfeaaf5405e695ae10bff80c45d9c1de4 (patch)
treef20adea619f5213fc63a64a06fb5a0329fad782a /lynis
parentde2ef2c3e718ac22a11a98808b1a1795c559b487 (diff)
Switch to development version
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis6
1 files changed, 3 insertions, 3 deletions
diff --git a/lynis b/lynis
index 15d509ea..e6263074 100755
--- a/lynis
+++ b/lynis
@@ -35,10 +35,10 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2019-03-21"
+ PROGRAM_RELEASE_DATE="2019-03-29"
PROGRAM_RELEASE_TIMESTAMP=1553157295
- PROGRAM_RELEASE_TYPE="final" # dev or final
- PROGRAM_VERSION="2.7.3"
+ PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_VERSION="2.7.4"
# Source, documentation and license
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"