Skip to content

Commit 0ac24d6

Browse files
committed
chore: Bumped to v1.3.0
1 parent db78d22 commit 0ac24d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
draft: false
2424
prerelease: false
2525

26-
deploy:
26+
publish-assets:
2727
needs: create-release
2828
name: Publish assets
2929
runs-on: ubuntu-latest
@@ -44,6 +44,6 @@ jobs:
4444
goos: ${{ matrix.goos }}
4545
goarch: ${{ matrix.goarch }}
4646
project_path: "."
47-
binary_name: "mg"
47+
binary_name: "mgp"
4848
extra_files: LICENSE
4949

parser.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strings"
88
)
99

10-
const VERSION string = "v1.2.3"
10+
const VERSION string = "v1.3.0"
1111
const MEGABYTE int = 1048576
1212
const PROG_NAME = "mgp"
1313

0 commit comments

Comments
 (0)