From 3329e28ae9cbbd8143e01512058091504a15e22b Mon Sep 17 00:00:00 2001 From: JB Steadman <46757289+jbsf2@users.noreply.github.com> Date: Thu, 13 Jun 2024 22:47:28 -0700 Subject: [PATCH] bump version to 0.1.3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 0846fa8..55b7b75 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ProcessTree.MixProject do use Mix.Project - @version "0.1.2" + @version "0.1.3" @github_page "https://github.com/jbsf2/process-tree" def project do