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 44caf8a commit df95a81Copy full SHA for df95a81
deps/rabbitmq_cli/mix.exs
@@ -10,8 +10,17 @@ defmodule RabbitMQCtl.MixfileBase do
10
def project do
11
[
12
app: :rabbitmqctl,
13
+<<<<<<< HEAD
14
version: "3.11.19",
15
+=======
16
17
+ version: "3.12.1",
18
+>>>>>>> ad76b8bebb (bump elixir to 1.17)
19
elixir: ">= 1.13.4 and < 1.16.0",
20
21
+ version: "3.13.0-dev",
22
+ elixir: ">= 1.13.4 and < 1.17.0",
23
+>>>>>>> 70ac0cf3c5 (bump elixir to 1.17)
24
build_embedded: Mix.env() == :prod,
25
start_permanent: Mix.env() == :prod,
26
escript: [main_module: RabbitMQCtl, emu_args: "-hidden", path: "escript/rabbitmqctl"],
0 commit comments