diff options
author | Cyborus <cyborus@cyborus.xyz> | 2023-12-17 06:05:48 +0100 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2023-12-17 06:05:48 +0100 |
commit | 83e11e427e1f3a65e73983855cd021663d7df0c1 (patch) | |
tree | aa8b4a0985667aeb45ea28aa23e1cccc6b2a0c58 /Cargo.toml | |
parent | Merge pull request 'add deployment ci pipeline' (#17) from deploy-ci into main (diff) | |
download | forgejo-cli-83e11e427e1f3a65e73983855cd021663d7df0c1.tar.xz forgejo-cli-83e11e427e1f3a65e73983855cd021663d7df0c1.zip |
update version number to 0.0.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "fj" -version = "0.1.0" +version = "0.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |