Skip to content

Commit bde1eb0

Browse files
authored
Bump to version 0.0.1 (#42)
1 parent 88e5438 commit bde1eb0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/)
6+
and this project adheres to [Semantic Versioning](https://semver.org/).
7+
8+
## Unreleased
9+
10+
## v0.0.1 - 2021-08-27
11+
12+
### Added
13+
14+
- cmd: Support copy single file
15+
- cmd: Support user profile
16+
17+

cmd/beyondctl/main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ var commonFlags = []cli.Flag{
4141
}
4242

4343
var app = cli.App{
44-
Name: "beyondctl",
44+
Name: "beyondctl",
45+
Version: "0.0.1",
4546
Flags: []cli.Flag{
4647
&cli.StringFlag{
4748
Name: globalFlagConfig,

0 commit comments

Comments
 (0)