chore(release): 2.3.3 [skip ci]

This commit is contained in:
semantic-release-bot 2021-04-16 21:19:43 +00:00
parent 8dbd88ef03
commit ab19be9565
6 changed files with 6 additions and 6 deletions
apps
admin
content
core
infrastructure
mix.exspackage.json

View file

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

View file

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

View file

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

View file

@ -20,7 +20,7 @@ spec:
spec:
containers:
- name: app
image: registry.gitlab.com/mythic-insight/legendary:2.3.2
image: registry.gitlab.com/mythic-insight/legendary:2.3.3
ports:
- containerPort: 4000
env:

View file

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

View file

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