Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Jun 27, 2024
1 parent 99f4d1c commit b7868a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Adapter.C
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ preciceAdapter::Adapter::Adapter(const Time& runTime, const fvMesh& mesh)
: runTime_(runTime),
mesh_(mesh)
{
adapterInfo("Loaded the OpenFOAM-preCICE adapter - v1.3.0.", "info");
adapterInfo("Loaded the OpenFOAM-preCICE adapter - v1.3.1.", "info");

return;
}
Expand Down
2 changes: 1 addition & 1 deletion tools/create-release-archives.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -u

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

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

0 comments on commit b7868a6

Please sign in to comment.