diff options
author | Lain Soykaf <lain@lain.com> | 2024-05-22 17:40:20 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-05-22 17:40:20 +0400 |
commit | 239c9c3f1ce60a95b389c2f4ee1e717f4907c381 (patch) | |
tree | 3b10bab9ada535701e5c2ddc5e339952354a6a97 | |
parent | 20fa400082df4c504768190f1ecbd407c9a6376f (diff) | |
download | pleroma-239c9c3f1ce60a95b389c2f4ee1e717f4907c381.tar.gz pleroma-239c9c3f1ce60a95b389c2f4ee1e717f4907c381.zip |
Mix: Update version
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.6.2"), + version: version("2.6.3"), elixir: "~> 1.11", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix] ++ Mix.compilers(), |