Skip to content

Commit

Permalink
Bump version to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 11, 2024
1 parent 9f9593b commit 236e552
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-bump-flake-lock-and-selfup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
required: false
type: string
version:
default: 'v1.1.2'
default: 'v1.1.3'
required: false
type: string
pr-body:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Replace strings if the line contains the definition of how to update itself.
In [Nix](https://nixos.org/) [Flake](https://nixos.wiki/wiki/Flakes), you can skip installation steps

```console
> nix run github:kachick/selfup/v1.1.2 -- --version
> nix run github:kachick/selfup/v1.1.3 -- --version
selfup dev (rev)
```

Prebuilt binaries are available for download from [releases](https://github.com/kachick/selfup/releases)

```console
> install_path="$(mktemp -d)"
> curl -L https://github.com/kachick/selfup/releases/download/v1.1.2/selfup_Linux_x86_64.tar.gz | tar xvz -C "$install_path" selfup
> curl -L https://github.com/kachick/selfup/releases/download/v1.1.3/selfup_Linux_x86_64.tar.gz | tar xvz -C "$install_path" selfup
> "${install_path}/selfup" --version
selfup VERSION (REV)
```
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
system:
let
pkgs = nixpkgs.legacyPackages.${system};
version = "v1.1.2";
version = "v1.1.3";
in
rec {
selfup = pkgs.buildGo122Module {
Expand Down

0 comments on commit 236e552

Please sign in to comment.