Skip to content

Commit

Permalink
Bump up to 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Jul 21, 2022
1 parent f349f71 commit 8d5e60e
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.3.9
VERSION 0.3.10
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.3.9" # required
version = "0.3.10" # required
edition = 2020 # required
authors = ["Ken Matsui <[email protected]>"] # required
license = "Apache-2.0" # required
Expand Down

0 comments on commit 8d5e60e

Please sign in to comment.