Skip to content

Commit 266e4c9

Browse files
committed
v1.5.2
1 parent 3601ed6 commit 266e4c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ex/config/runtime.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ config :ama, :work_folder, work_folder
1515

1616
#load env
1717
#Envvar.load(Path.join([work_folder, ".env"]))
18-
config :ama, :snapshot_height, (System.get_env("SNAPSHOT_HEIGHT") || "43401193") |> :erlang.binary_to_integer()
18+
config :ama, :snapshot_height, (System.get_env("SNAPSHOT_HEIGHT") || "48362121") |> :erlang.binary_to_integer()
1919

2020
# https://snapshots.amadeus.bot/000041960861.zip
2121
# zip -0 -r 000037454455.zip db/

ex/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Ama.MixProject do
66
def project do
77
[
88
app: @app,
9-
version: "1.5.1",
9+
version: "1.5.2",
1010
elixir: ">= 1.19.0",
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),

0 commit comments

Comments
 (0)