Skip to content

Commit 406918b

Browse files
committed
Release v0.10.0
1 parent 5246e6d commit 406918b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
shell: "bash"
7070
working-directory: "${{ runner.temp }}"
7171
env:
72-
TAG: "v0.9.1"
72+
TAG: "v0.10.0"
7373
GITHUB_TOKEN: ${{ github.token }}
7474
REPO: "erlef/mix_sbom"
7575
REUSE_BEAM: "${{ inputs.reuse-beam }}"

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
defmodule SBoM.MixProject do
77
use Mix.Project
88

9-
@version "0.9.1"
9+
@version "0.10.0"
1010
@source_url "https://github.com/erlef/mix_sbom"
1111

1212
def project do

0 commit comments

Comments
 (0)