diff --git a/.github/workflows/master-pr.yml b/.github/workflows/master-pr.yml index 2dda01b9e34..83b21f237ac 100644 --- a/.github/workflows/master-pr.yml +++ b/.github/workflows/master-pr.yml @@ -12,16 +12,16 @@ jobs: change-base: name: 'Change base to develop branch' runs-on: ubuntu-24.04 + permissions: + pull-requests: write steps: - name: 'Check out code' uses: actions/checkout@v4 with: - token: ${{ secrets.JENKINS_GITHUB_PAT }} - # fetch-depth 0 means deep clone the repo fetch-depth: 0 - name: 'Change base' env: - GITHUB_TOKEN: ${{ secrets.JENKINS_GITHUB_PAT }} + GITHUB_TOKEN: ${{ github.token }} run: | set -x pull_number=$(jq --raw-output .pull_request.number "${GITHUB_EVENT_PATH}") diff --git a/install-k b/install-k index b0ce73693d0..a91fa4beb93 100755 --- a/install-k +++ b/install-k @@ -1,6 +1,6 @@ #!/bin/sh -e -K_VERSION=7.1.0 +K_VERSION=7.1.176 if [ `id -u` -ne 0 ]; then echo "$0: error: This script must be run as root." diff --git a/package/debian/kframework/changelog b/package/debian/kframework/changelog index e3e847136cb..bd26a6af7d9 100644 --- a/package/debian/kframework/changelog +++ b/package/debian/kframework/changelog @@ -1,4 +1,4 @@ -kframework (7.1.0) unstable; urgency=medium +kframework (7.1.176) unstable; urgency=medium * Initial Release. diff --git a/package/version b/package/version index a3fcc7121bb..0f81825cda7 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -7.1.0 +7.1.176 diff --git a/pyk/docs/conf.py b/pyk/docs/conf.py index 0bb235d9721..ff9dd9819a7 100644 --- a/pyk/docs/conf.py +++ b/pyk/docs/conf.py @@ -9,8 +9,8 @@ project = 'pyk' author = 'Runtime Verification, Inc' copyright = '2024, Runtime Verification, Inc' -version = '7.1.0' -release = '7.1.0' +version = '7.1.176' +release = '7.1.176' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyk/pyproject.toml b/pyk/pyproject.toml index a56b90d220f..50bfebd9629 100644 --- a/pyk/pyproject.toml +++ b/pyk/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "kframework" -version = "7.1.0" +version = "7.1.176" description = "" authors = [ "Runtime Verification, Inc. ",