chore(release): 2.7.1 [skip ci]
This commit is contained in:
parent
a4eea1e47b
commit
0f65830c26
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
defmodule Legendary.Admin.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "2.7.0"
|
||||
@version "2.7.1"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
defmodule Legendary.Content.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "2.7.0"
|
||||
@version "2.7.1"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
defmodule Legendary.Core.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "2.7.0"
|
||||
@version "2.7.1"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: app
|
||||
image: registry.gitlab.com/mythic-insight/legendary:2.7.0
|
||||
image: registry.gitlab.com/mythic-insight/legendary:2.7.1
|
||||
command: ["elixir"]
|
||||
args:
|
||||
- "--name"
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule Legendary.Mixfile do
|
||||
use Mix.Project
|
||||
|
||||
@version "2.7.0"
|
||||
@version "2.7.1"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue