Skip to content

Commit e7be78b

Browse files
chore: bump version to 0.2.0 and enable --version flag
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4099fdf commit e7be78b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dots"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
description = "A cross-platform dotfile sync tool"
66
license = "MIT"

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use anyhow::Result;
99
use clap::{Parser, Subcommand};
1010

1111
#[derive(Parser)]
12-
#[command(name = "dots", about = "Cross-platform dotfile sync tool")]
12+
#[command(name = "dots", about = "Cross-platform dotfile sync tool", version)]
1313
struct Cli {
1414
#[command(subcommand)]
1515
command: Commands,

0 commit comments

Comments
 (0)