Skip to content

Commit 56fca47

Browse files
committed
Env variable file from which the release notes were constructed.
1 parent 8e69d0e commit 56fca47

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

scripts/vars.2.5.4.0

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Do NOT edit this file directly. It will be created by the new createVarsFile.sh script,
2+
# which should be run prior to the newReleaseNotes.sh script.
3+
4+
# ESAPI (new / current) version
5+
VERSION=2.5.4.0
6+
7+
# Previous ESAPI version
8+
PREV_VERSION=2.5.3.1
9+
10+
# Release date of current version in yyyy-mm-dd format
11+
YYYY_MM_DD_RELEASE_DATE=2024-05-28
12+
13+
# Previous ESAPI release date in same format
14+
PREV_RELEASE_DATE=2023-12-01

0 commit comments

Comments
 (0)