Skip to content

Commit

Permalink
Bump version to 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
  • Loading branch information
ansasaki committed Apr 27, 2023
1 parent d54a1b5 commit b497f1d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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 keylime-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Keylime Authors"]
edition = "2021"
name = "keylime_agent"
version = "0.2.0"
version = "0.2.1"
license = "Apache-2.0"
description = "Rust agent for Keylime"
repository = "https://github.com/keylime/rust-keylime"
Expand Down
2 changes: 1 addition & 1 deletion keylime-ima-emulator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "keylime_ima_emulator"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion keylime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "keylime"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion rpm/centos/keylime-agent-rust.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%global __brp_mangle_shebangs_exclude_from ^/usr/src/debug/.*$

Name: keylime-agent-rust
Version: 0.2.0
Version: 0.2.1
Release: %{?autorelease}%{!?autorelease:1%{?dist}}
Summary: Rust agent for Keylime

Expand Down
2 changes: 1 addition & 1 deletion rpm/fedora/keylime-agent-rust.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%global __brp_mangle_shebangs_exclude_from ^/usr/src/debug/.*$

Name: keylime-agent-rust
Version: 0.2.0
Version: 0.2.1
Release: %{?autorelease}%{!?autorelease:1%{?dist}}
Summary: Rust agent for Keylime

Expand Down

0 comments on commit b497f1d

Please sign in to comment.