We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5246e6d commit 406918bCopy full SHA for 406918b
2 files changed
action.yml
@@ -69,7 +69,7 @@ runs:
69
shell: "bash"
70
working-directory: "${{ runner.temp }}"
71
env:
72
- TAG: "v0.9.1"
+ TAG: "v0.10.0"
73
GITHUB_TOKEN: ${{ github.token }}
74
REPO: "erlef/mix_sbom"
75
REUSE_BEAM: "${{ inputs.reuse-beam }}"
mix.exs
@@ -6,7 +6,7 @@
6
defmodule SBoM.MixProject do
7
use Mix.Project
8
9
- @version "0.9.1"
+ @version "0.10.0"
10
@source_url "https://github.com/erlef/mix_sbom"
11
12
def project do
0 commit comments