Skip to content

Commit

Permalink
Update version in create-release-archives.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Mar 20, 2024
1 parent 6459101 commit a760e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/create-release-archives.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
set -u

remote_name=origin
adapter_version="v1.2.3"
adapter_version="v1.3.0"

# Declare branch names for which archives will be created
declare -a branches=("master" "OpenFOAMv1806" "OpenFOAM10" "OpenFOAM9" "OpenFOAM8" "OpenFOAM7" "OpenFOAM6" "OpenFOAM5" "OpenFOAM4")
declare -a branches=("master" "OpenFOAMv1806" "OpenFOAM10" "OpenFOAM9" "OpenFOAM8" "OpenFOAM7" "OpenFOAM6" "OpenFOAM5")

mkdir -p release-archives
for i in "${branches[@]}"
Expand Down

0 comments on commit a760e65

Please sign in to comment.