Skip to content

Commit

Permalink
style(bumpver): Bump version to 0.8a1.dev58
Browse files Browse the repository at this point in the history
  • Loading branch information
squillero committed Aug 14, 2024
1 parent 6bf165d commit d24d40d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions byron/global_symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
import sys
from collections import defaultdict

__version__ = "0.8a1.dev57"
__date__ = "12-08-2024"
__version__ = "0.8a1.dev58"
__date__ = "14-08-2024"
__codename__ = "Don Juan"
__author__ = "Giovanni Squillero and Alberto Tonda"
__copyright__ = "Copyright (c) 2023-24 Giovanni Squillero and Alberto Tonda"
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Byron v0.8a1.dev57 *"Don Juan"*
# Byron v0.8a1.dev58 *"Don Juan"*

Byron is a source code [fuzzer](https://en.wikipedia.org/wiki/Fuzzing) designed to support assembly or higher level languages. It starts by generating a set of random programs, which are then iteratively improved by an [evolutionary algorithm](https://cad-polito-it.github.io/byron/evolution). Internally, it encodes candidate solutions as [typed](https://rcor.me/papers/typed-graph-theory.pdf), [directed](https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)#Directed_graph) [multigraphs](https://en.wikipedia.org/wiki/Multigraph), and can effectively handle complex, realistic structures containing local and global variables, conditional and looping statements, and subroutines.

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

[tool.poetry]
name = "byron"
version = "0.8a1.dev57"
version = "0.8a1.dev58"
description = "An evolutionary source-code fuzzer"
authors = [
"Cyber Romanticists",
Expand Down Expand Up @@ -121,7 +121,7 @@
quote-style = "preserve"

[tool.bumpver]
current_version = "0.8a1.dev57"
current_version = "0.8a1.dev58"
version_pattern = "MAJOR.MINOR[PYTAGNUM].devINC0"
commit_message = "style(bumpver): Bump version to {new_version}"
commit = true
Expand Down

0 comments on commit d24d40d

Please sign in to comment.