a new version appears: 0.2.1-alpha.1

This commit is contained in:
James Andariese 2023-11-01 22:18:26 -05:00
parent a874c0ef55
commit f72c37f454
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -551,7 +551,7 @@ checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
[[package]]
name = "git-remote-k8s"
version = "0.2.0"
version = "0.2.1-alpha.1"
dependencies = [
"anyhow",
"clap",

View File

@ -3,7 +3,7 @@ name = "git-remote-k8s"
description = "a git remote helper to use PVCs as a remote"
authors = ["James Andariese"]
readme = "README.md"
version = "0.2.0"
version = "0.2.1-alpha.1"
edition = "2021"
license = "AGPL-3.0-only"
keywords = ["git", "remote", "kubernetes"]