Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
spinpx committed Apr 13, 2022
1 parent 764ca63 commit 998e385
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "angora_common"
version = "1.2.2"
version = "1.3.0"
authors = ["sp1npx <spinpx@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Angora usage
```
# /path-to-angora/angora_fuzzer --help
angora-fuzzer 1.2.2
angora-fuzzer 1.3.0
fuzz some program
USAGE:
Expand Down
2 changes: 1 addition & 1 deletion fuzzer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "angora"
version = "1.2.2"
version = "1.3.0"
authors = ["spinpx <spinpx@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion llvm_mode/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.4)

project(angora_llvm_mode VERSION 1.2.2 LANGUAGES C CXX ASM)
project(angora_llvm_mode VERSION 1.3.0 LANGUAGES C CXX ASM)

include_directories(include)
include_directories(dfsan_rt)
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runtime"
version = "1.2.2"
version = "1.3.0"
authors = ["sp1npx <spinpx@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion runtime_fast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runtime_fast"
version = "1.2.2"
version = "1.3.0"
authors = ["sp1npx <spinpx@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 998e385

Please sign in to comment.