From c9a3cd9a78d4498bbc2f0944648bbac8062674ba Mon Sep 17 00:00:00 2001 From: Jacob Logan <103975454+j-lgs@users.noreply.github.com> Date: Tue, 21 Jun 2022 14:35:20 +1000 Subject: [PATCH] chore: bump version in flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 26829ae..f3d8104 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ tpa = pkgs.buildGo118Module { inherit system; pname = "terraform-provider-arplookup"; - version = "0.1.2"; + version = "0.2.0"; src = ./.;