Skip to content

Commit 5c5ed13

Browse files
committed
bump version label to 0.2.8
1 parent 8ee98d3 commit 5c5ed13

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "gcsf"
33
description = "Filesystem based on Google Drive"
4-
version = "0.2.7"
4+
version = "0.2.8"
55
repository = "https://github.com/harababurel/gcsf"
66
authors = ["Sergiu Puscas <srg.pscs@gmail.com>"]
77
license = "MIT"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const INFO_LOG: &str =
2929

3030
#[derive(Parser)]
3131
#[command(name = "GCSF")]
32-
#[command(version = "0.2.7")]
32+
#[command(version = "0.2.8")]
3333
#[command(author = "Sergiu Puscas <srg.pscs@gmail.com>")]
3434
#[command(about = "File system based on Google Drive")]
3535
#[command(after_help = "Note: this is a work in progress. It might cause data loss. Use with caution.")]

0 commit comments

Comments
 (0)