Skip to content

Commit 37d1747

Browse files
committed
Release v0.8.0
1 parent c4981da commit 37d1747

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
shell: "bash"
6666
working-directory: "${{ runner.temp }}"
6767
env:
68-
TAG: "v0.8.0-beta.3"
68+
TAG: "v0.8.0"
6969
GITHUB_TOKEN: ${{ github.token }}
7070
REPO: "erlef/mix_sbom"
7171
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.8.0-beta.3"
9+
@version "0.8.0"
1010
@source_url "https://github.com/erlef/mix_sbom"
1111

1212
def project do

0 commit comments

Comments
 (0)