Skip to content

Commit

Permalink
Bump up to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Aug 12, 2022
1 parent 786460c commit 079a6cb
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 @@ -9,7 +9,7 @@ endif ()

cmake_minimum_required(VERSION 3.21)
project(poac
VERSION 0.4.0
VERSION 0.4.1
LANGUAGES CXX
)
message(STATUS "CMake Version: ${CMAKE_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion poac.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poac" # required
version = "0.4.0" # required
version = "0.4.1" # required
edition = 2020 # required
authors = ["Ken Matsui <[email protected]>"] # required
license = "Apache-2.0" # required
Expand Down

0 comments on commit 079a6cb

Please sign in to comment.