diff --git a/apps/admin/mix.exs b/apps/admin/mix.exs index 448ff0b7..8a98ced7 100644 --- a/apps/admin/mix.exs +++ b/apps/admin/mix.exs @@ -1,7 +1,7 @@ defmodule Legendary.Admin.MixProject do use Mix.Project - @version "2.6.1" + @version "2.7.0" def project do [ diff --git a/apps/content/mix.exs b/apps/content/mix.exs index 93454701..43ce0ee8 100644 --- a/apps/content/mix.exs +++ b/apps/content/mix.exs @@ -1,7 +1,7 @@ defmodule Legendary.Content.MixProject do use Mix.Project - @version "2.6.1" + @version "2.7.0" def project do [ diff --git a/apps/core/mix.exs b/apps/core/mix.exs index ca8fa2f1..514dc6d9 100644 --- a/apps/core/mix.exs +++ b/apps/core/mix.exs @@ -1,7 +1,7 @@ defmodule Legendary.Core.MixProject do use Mix.Project - @version "2.6.1" + @version "2.7.0" def project do [ diff --git a/infrastructure/kube.yaml b/infrastructure/kube.yaml index b09097db..d8418d8a 100644 --- a/infrastructure/kube.yaml +++ b/infrastructure/kube.yaml @@ -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" diff --git a/mix.exs b/mix.exs index e3c9a0e1..b4d764ba 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Legendary.Mixfile do use Mix.Project - @version "2.6.1" + @version "2.7.0" def project do [