diff options
author | Cyborus <cyborus@noreply.codeberg.org> | 2023-12-17 06:08:29 +0100 |
---|---|---|
committer | Cyborus <cyborus@noreply.codeberg.org> | 2023-12-17 06:08:29 +0100 |
commit | 2d50075df9ce35ade21bf678bcccd2a5270ac772 (patch) | |
tree | aa8b4a0985667aeb45ea28aa23e1cccc6b2a0c58 /Cargo.toml | |
parent | Merge pull request 'add deployment ci pipeline' (#17) from deploy-ci into main (diff) | |
parent | update version number to 0.0.1 (diff) | |
download | forgejo-cli-2d50075df9ce35ade21bf678bcccd2a5270ac772.tar.xz forgejo-cli-2d50075df9ce35ade21bf678bcccd2a5270ac772.zip |
Merge pull request 'update version number to 0.0.1' (#18) from version-0.0.1 into main
Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/18
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 |