Skip to content

Commit

Permalink
Merge branch 'release/v8.1.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Oct 25, 2023
2 parents f0f2b0d + a01f294 commit ff7d09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
run: |
mix local.rebar --force
mix local.hex --force
mix escript.install github upmaru/pakman branch feature/chroot-alpine --force
mix escript.install hex upmaru/pakman 8.1.0 --force
shell: alpine.sh {0}
env:
MIX_ENV: prod
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Pakman.MixProject do
def project do
[
app: :pakman,
version: "8.0.1",
version: "8.1.0",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit ff7d09e

Please sign in to comment.