bump version number to 0.4.6

This commit is contained in:
Eric S. Londres 2022-08-18 22:29:48 -04:00
parent bb1f0810a0
commit 2118ce024f
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.4.5
egalaxy_version=0.4.6
apk update
apk upgrade

View File

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