Skip to content

Commit

Permalink
fix: sync version (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
LumaKernel authored Aug 25, 2021
1 parent 2b08f9e commit a925a0a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.idea/
node_modules/
/projects/cli/web-ui-dist/
/projects/cli/cli/
/projects/cli/cli
/projects/web-ui/dist/
/projects/web-ui/dist-ssr/
/projects/web-ui/src/api/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Check [releases](https://github.com/luma-dev/fish-history-ui/releases) and downl
### Linux Install Example

```bash
VERSION=1.0.0
VERSION=1.0.1
ARCH=$(arch)
wget -O fish-history-ui.tar.gz "https://github.com/luma-dev/fish-history-ui/releases/download/v${VERSION}/fish-history-ui_${VERSION}_Linux_${ARCH}.tar.gz"
tar -xvf ./fish-history-ui.tar.gz
Expand Down
Binary file removed projects/cli/cli
Binary file not shown.
2 changes: 1 addition & 1 deletion projects/cli/cmd/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package cmd

var Version = "1.0.0"
var Version = "1.0.1"

0 comments on commit a925a0a

Please sign in to comment.