Skip to content

Commit

Permalink
build: prep v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Oct 7, 2023
1 parent c55bc5d commit 713a8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- 'v4.1.0'
- 'v4.2.0'

jobs:
docker:
Expand Down
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 MediaServer.MixProject do
def project do
[
app: :media_server,
version: "4.1.0",
version: "4.2.0",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 713a8ac

Please sign in to comment.