Skip to content

Commit dbb4304

Browse files
Merge pull request #108 from digitalghost-dev/1.0.0
1.0.0
2 parents 7556770 + 17d1bc0 commit dbb4304

File tree

6 files changed

+580
-18
lines changed

6 files changed

+580
-18
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
- main
2727

2828
env:
29-
VERSION_NUMBER: 'v0.12.2'
29+
VERSION_NUMBER: 'v1.0.0'
3030
DOCKERHUB_REGISTRY_NAME: 'digitalghostdev/poke-cli'
3131
AWS_REGION: 'us-west-2'
3232

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ builds:
1414
- windows
1515
- darwin
1616
ldflags:
17-
- -s -w -X main.version=v0.12.2
17+
- -s -w -X main.version=v1.0.0
1818

1919
archives:
2020
- format: tar.gz

0 commit comments

Comments
 (0)