We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df95a81 commit 487f3baCopy full SHA for 487f3ba
deps/rabbitmq_cli/mix.exs
@@ -10,6 +10,7 @@ defmodule RabbitMQCtl.MixfileBase do
10
def project do
11
[
12
app: :rabbitmqctl,
13
+<<<<<<< HEAD
14
<<<<<<< HEAD
15
version: "3.11.19",
16
=======
@@ -19,8 +20,10 @@ defmodule RabbitMQCtl.MixfileBase do
19
20
elixir: ">= 1.13.4 and < 1.16.0",
21
22
version: "3.13.0-dev",
23
+=======
24
+ version: "3.12.13",
25
+>>>>>>> 2b66fa7e66 (Resolve a conflict #10458 #10460)
26
elixir: ">= 1.13.4 and < 1.17.0",
->>>>>>> 70ac0cf3c5 (bump elixir to 1.17)
27
build_embedded: Mix.env() == :prod,
28
start_permanent: Mix.env() == :prod,
29
escript: [main_module: RabbitMQCtl, emu_args: "-hidden", path: "escript/rabbitmqctl"],
0 commit comments