chore(release): 4.0.3 [skip ci]

This commit is contained in:
Robert Prehn 2021-09-06 19:52:38 +00:00
parent a85a81e348
commit 1a5c8e8987
6 changed files with 6 additions and 6 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@mythic-insight/legendary",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"description": "The Legendary Phoenix Boilerplate.",
"main": "index.js",