Skip to content

Commit

Permalink
bump version to v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Congyuwang committed Oct 26, 2023
1 parent 8ba2970 commit 30c169f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_SOURCE_DIR}/toolchain.cmake)

# define project
project(socket_manager LANGUAGES C CXX VERSION 0.3.3)
project(socket_manager LANGUAGES C CXX VERSION 0.3.4)

# set default build type as shared
option(BUILD_SHARED_LIBS "Build using shared libraries" ON)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-socket-manager"
version = "0.3.3"
version = "0.3.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 30c169f

Please sign in to comment.