Skip to content

Commit 567f558

Browse files
committed
v1.3.6
1 parent 82af48c commit 567f558

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") || "41200016") |> :erlang.binary_to_integer()
18+
config :ama, :snapshot_height, (System.get_env("SNAPSHOT_HEIGHT") || "41960861") |> :erlang.binary_to_integer()
1919

2020
# zip -0 -r 000037454455.zip db/
2121
# aws s3 cp --checksum-algorithm=CRC32 --endpoint-url https://20bf2f5d11d26a322e389687896a6601.r2.cloudflarestorage.com 000039434469.zip s3://ama-snapshot

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.3.5",
9+
version: "1.3.6",
1010
elixir: ">= 1.19.0",
1111
start_permanent: Mix.env() == :prod,
1212
deps: deps(),

0 commit comments

Comments
 (0)