diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-12-12 20:15:36 +0100 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-12-12 20:15:36 +0100 |
commit | d3541e2716ff5f6a9b4ab2cd5e3ff7fcb499fae0 (patch) | |
tree | c21470b19903e9603359e354dc027d358102e211 /Cargo.toml | |
parent | Merge pull request 'update forgejo-api' (#145) from update-api into main (diff) | |
download | forgejo-cli-d3541e2716ff5f6a9b4ab2cd5e3ff7fcb499fae0.tar.xz forgejo-cli-d3541e2716ff5f6a9b4ab2cd5e3ff7fcb499fae0.zip |
chore: bump version to 0.2.0
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "forgejo-cli" -version = "0.1.1" +version = "0.2.0" edition = "2021" license = "Apache-2.0 OR MIT" repository = "https://codeberg.org/Cyborus/forgejo-cli/" |