Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 13, 2024
1 parent 20e64e5 commit 3d79f2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amazonlinux-tomcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Latest version successfully fetched
TOMCAT_VERSION=11.0.1
# Previous Versions : 9.0.97, 10.1.31
# Previous Versions : 9.0.97, 10.1.33

# Extracting major version from fetched version
MAJOR_VERSION=$(echo "$TOMCAT_VERSION" | cut -d'.' -f1)
Expand Down
2 changes: 1 addition & 1 deletion apache-tomcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Latest version successfully fetched
TOMCAT_VERSION=11.0.1
# Previous Versions : 9.0.97, 10.1.31
# Previous Versions : 9.0.97, 10.1.33

# Extracting major version from fetched version
MAJOR_VERSION=$(echo "$TOMCAT_VERSION" | cut -d'.' -f1)
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-tomcat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Fetched latest version
TOMCAT_VERSION=11.0.1
# Previous Versions : 9.0.97, 10.1.31
# Previous Versions : 9.0.97, 10.1.33

# Extracting major version from fetched version
MAJOR_VERSION=$(echo "$TOMCAT_VERSION" | cut -d'.' -f1)
Expand Down

0 comments on commit 3d79f2e

Please sign in to comment.