Skip to content

Commit 9b613e4

Browse files
committed
chore: bump to 0.3.2
This switch is just to switch mostly from devbox to mise. This allows less dependencies in nix land since mise is pretty good at managing binaries for programming languages or cli tools.
1 parent 9a4db15 commit 9b613e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule AwsSsoConfigGenerator.MixProject do
44
def project do
55
[
66
app: :aws_sso_config_generator,
7-
version: "0.3.1",
7+
version: "0.3.2",
88
elixir: "~> 1.18",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)