Skip to content

Commit

Permalink
Up version 1.4.8-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Feb 21, 2024
1 parent 09b1d9b commit 44fb441
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do
def project do
[
app: :archethic,
version: "1.4.8",
version: "1.4.8-rc1",
build_path: "_build",
config_path: "config/config.exs",
deps_path: "deps",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{"1.4.8",
{"1.4.8-rc1",
[{"1.4.7",
[{add_module,'Elixir.Archethic.SelfRepair.Error'},
{add_module,'Elixir.Archethic.UTXO.DBLedger.FileImpl.Supervisor'},
Expand Down Expand Up @@ -226,7 +226,7 @@
type => supervisor
}
]}},
{apply,{'Elixir.Mix.Tasks.Archethic.Migrate',run,["1.4.8",true]}}]}],
{apply,{'Elixir.Mix.Tasks.Archethic.Migrate',run,["1.4.8-rc1",true]}}]}],
[{"1.4.7",
[{delete_module,'Elixir.Archethic.SelfRepair.Error'},
{delete_module,'Elixir.Archethic.UTXO.DBLedger.FileImpl.Supervisor'},
Expand Down

0 comments on commit 44fb441

Please sign in to comment.