Skip to content

Commit

Permalink
Merge pull request #7515 from diffblue/esteffin/fix-release-workflow-…
Browse files Browse the repository at this point in the history
…file

Fix release workflow file and increase version
  • Loading branch information
Enrico Steffinlongo authored Feb 1, 2023
2 parents 71faa2d + 09a9fe9 commit c0bcc71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:

name: Upload additional release assets
jobs:
ubuntu-22.04-package:
ubuntu-22_04-package:
runs-on: ubuntu-22.04
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion src/config.inc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ endif
OSX_IDENTITY="Developer ID Application: Daniel Kroening"

# Detailed version information
CBMC_VERSION = 5.76.0
CBMC_VERSION = 5.76.1

# Use the CUDD library for BDDs, can be installed using `make -C src cudd-download`
# CUDD = ../../cudd-3.0.0

0 comments on commit c0bcc71

Please sign in to comment.