Skip to content

Commit

Permalink
Bump version from v0.0.45 to v0.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
GiGurra committed Sep 15, 2023
1 parent 9db15bd commit 4217cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The illustration below gives an idea of FlyCD enabled configuration:

### Installation

1. Run `go install github.com/gigurra/flycd@<version>` (currently `v0.0.44`)
1. Run `go install github.com/gigurra/flycd@<version>` (currently `v0.0.45`)
2. Run `flycd deploy <fs path>` to deploy a configuration (single app or structure with many projects and apps, you
decide)
3. (Optional) Installing flycd as an app in your fly.io account or as a daemon somewhere else where you prefer to have
Expand All @@ -48,7 +48,7 @@ The best is probably to check the `--help` output:
```
$flycd --help
Starting FlyCD v0.0.44...
Starting FlyCD v0.0.45...
Complete documentation is available at https://github.com/gigurra/flycd
Usage:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"os/exec"
)

const Version = "v0.0.45"
const Version = "v0.0.46"

var rootCmd = &cobra.Command{
Use: "flycd",
Expand Down

0 comments on commit 4217cec

Please sign in to comment.