Skip to content

Commit

Permalink
update version, remove --pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMontag committed Sep 24, 2024
1 parent d462705 commit 2b72c34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/upload-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
fi

## create a GitHub release
github-release release --user $GITHUB_ORGA --repo $GITHUB_REPO --tag ${TAG_NAME} --pre-release \
github-release release --user $GITHUB_ORGA --repo $GITHUB_REPO --tag ${TAG_NAME} \
--description "${CHANGELOG}
This version of the GAMS C++ API requires GAMS ${GAMS_DISTRIB_MAJOR_VERSION} or any newer GAMS version that gets released before there is a new release of the GAMS C++ API. To download GAMS, please visit https://www.gams.com/latest/. To learn more about the GAMS C++ API, please visit https://www.gams.com/latest/docs/API_CPP_OVERVIEW.html"
4 changes: 2 additions & 2 deletions version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Current GAMS C++ API version.
GAMSCPP_MAJOR_VERSION=0
GAMSCPP_MINOR_VERSION=21
GAMSCPP_MAJOR_VERSION=1
GAMSCPP_MINOR_VERSION=0
GAMSCPP_PATCH_LEVEL=0

# Minimum required GAMS Distribution version, which
Expand Down

0 comments on commit 2b72c34

Please sign in to comment.