Skip to content

Commit aa3f5d1

Browse files
committed
Bump versions to v0.1.11
1 parent d5c8741 commit aa3f5d1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

java/pom.xml

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

88
<groupId>com.github.jtraglia</groupId>
99
<artifactId>dff</artifactId>
10-
<version>0.1.10</version>
10+
<version>0.1.11</version>
1111
<packaging>jar</packaging>
1212

1313
<name>DFF Java Client</name>

nim/dff.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Package
2-
version = "0.1.10"
2+
version = "0.1.11"
33
author = "Justin Traglia"
44
description = "Differential Fuzzing Framework"
55
license = "MIT"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dff-py"
7-
version = "0.1.10"
7+
version = "0.1.11"
88
description = "A simple differential fuzzing framework"
99
readme = "README.md"
1010
authors = [{name = "Justin Traglia", email = "jtraglia@pm.me"}]

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dff"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
edition = "2021"
55
authors = ["Justin Traglia"]
66
description = "Differential Fuzzing Framework"

0 commit comments

Comments
 (0)