Skip to content

Commit dac7b1c

Browse files
committed
Advance version to 2.9
This release of the starter kit adds a GitHub Action Workflow file that runs CBMC proofs upon pull requests.
1 parent e72da60 commit dac7b1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[metadata]
44
name = cbmc-starter-kit
5-
version = 2.8.8
5+
version = 2.9
66
author = Mark R. Tuttle
77
author_email = mrtuttle@amazon.com
88
description = CBMC starter kit makes it easy to add CBMC verification to a software project

src/cbmc_starter_kit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77

88
NAME = "CBMC starter kit"
9-
NUMBER = "2.8.8"
9+
NUMBER = "2.9"
1010
VERSION = f"{NAME} {NUMBER}"
1111

1212
REPLACE_TARGET = '_CBMC_STARTER_KIT_VERSION_'

0 commit comments

Comments
 (0)