bump version number

This commit is contained in:
Eric S. Londres 2022-11-27 21:24:15 -05:00
parent d2195ca1b9
commit f74ea18f9d
Signed by: slondr
GPG Key ID: A2D25B4D5CB970E4
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# It is expected that Erlang and Elixir are already installed and available on the host.
# Install this version of egalaxyd
egalaxy_version=0.5.1
egalaxy_version=0.5.2
apk update
apk upgrade

View File

@ -4,7 +4,7 @@ defmodule Egalaxyd.MixProject do
def project do
[
app: :egalaxyd,
version: "0.5.2-alpha1",
version: "0.5.2",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),