Skip to content

Commit

Permalink
Bump version: 2.3.0 → 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robgjansen committed Jan 25, 2023
1 parent 23cc20d commit 264a05b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.0
current_version = 2.4.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?(\.(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## set build parameters
project(Shadow)
set(SHADOW_VERSION_FULL 2.3.0)
set(SHADOW_VERSION_FULL 2.4.0)

## Most of Shadow's C files are now built via Rust, which means they wouldn't
## be included in the compile_commands.json generated by cmake. Use an external
Expand Down
4 changes: 2 additions & 2 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadow-rs"
version = "2.3.0"
version = "2.4.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion src/test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadow-tests"
version = "2.3.0"
version = "2.4.0"
edition = "2021"
publish = false

Expand Down

0 comments on commit 264a05b

Please sign in to comment.