Skip to content

Commit

Permalink
chore: update version id to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duruyao committed May 26, 2022
1 parent 855eaf7 commit 8254602
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.1.0](https://github.com/duruyao/goshare/compare/v1.0.0...v1.1.0) (2022-05-26)


### Features

* show running status with ascii logo ([855eaf7](https://github.com/duruyao/goshare/commit/855eaf7a22db1be8d189d81135e10f12df070118))



# [1.0.0](https://github.com/duruyao/goshare/compare/v0.9.0...v1.0.0) (2022-05-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.1.0",
"devDependencies": {
"cz-conventional-changelog": "^3.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions util.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ func CurrentDirMust() string {
const (
App = `GoShare`
Link = `https://github.com/duruyao/goshare`
Version = `1.0.0`
ReleaseDate = `2022-05-23`
Version = `1.1.0`
ReleaseDate = `2022-05-26`
VersionSerialTmpl = `{{.App}} {{.Version}} ({{.ReleaseDate}})`
Logo = `
_____ _____ _
Expand Down

0 comments on commit 8254602

Please sign in to comment.