Skip to content

Commit

Permalink
chore(action): bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFS authored and github-actions[bot] committed May 14, 2024
1 parent 044ed91 commit a971be5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: '3'
vars:
SEMVER: '0.2.0'
SEMVER: '0.2.1'

tasks:
build-go-binary:
Expand Down
2 changes: 1 addition & 1 deletion action/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func main() {
}
}

const firmwareActionVersion = "v0.2.0"
const firmwareActionVersion = "v0.2.1"

// CLI (Command Line Interface) holds data from environment
var CLI struct {
Expand Down
2 changes: 1 addition & 1 deletion dist/invoke-action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { spawnSync } from 'child_process';
import path from 'path';
import process from 'process';

const VERSION = '0.2.0';
const VERSION = '0.2.1';

main();

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firmware-action",
"version": "0.2.0",
"version": "0.2.1",
"description": "Compile a selected firmware solution like coreboot, EDKII, OpenBMC and more",
"main": "dist/invoke-action.mjs",
"scripts": {
Expand Down

0 comments on commit a971be5

Please sign in to comment.