chore(release): 2.7.0 [skip ci]

This commit is contained in:
Robert Prehn 2021-06-19 02:35:35 +00:00
parent d827d2a4b2
commit 664524fb1b
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
defmodule Legendary.Admin.MixProject do
use Mix.Project
@version "2.6.1"
@version "2.7.0"
def project do
[

View file

@ -1,7 +1,7 @@
defmodule Legendary.Content.MixProject do
use Mix.Project
@version "2.6.1"
@version "2.7.0"
def project do
[

View file

@ -1,7 +1,7 @@
defmodule Legendary.Core.MixProject do
use Mix.Project
@version "2.6.1"
@version "2.7.0"
def project do
[

View file

@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: app
image: registry.gitlab.com/mythic-insight/legendary:2.6.1
image: registry.gitlab.com/mythic-insight/legendary:2.7.0
command: ["elixir"]
args:
- "--name"

View file

@ -1,7 +1,7 @@
defmodule Legendary.Mixfile do
use Mix.Project
@version "2.6.1"
@version "2.7.0"
def project do
[