Skip to content

Commit

Permalink
Bump to 0.5.0-beta.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Apr 26, 2024
1 parent 67665b0 commit 7e104bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [

[workspace.package]
authors = ["Kyle Cesare <kcesare@gmail.com>"]
version = "0.5.0-beta.1"
version = "0.5.0-beta.2"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion crates/optik-cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(optik VERSION 0.5.0-alpha.1)
project(optik VERSION 0.5.0-beta.2)

find_package(Eigen3 REQUIRED)

Expand Down

0 comments on commit 7e104bc

Please sign in to comment.