Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
4ra1n committed Sep 11, 2024
1 parent d143bce commit 5bb564e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- name: set version
run: |
echo "VERSION=0.1.0" >> $GITHUB_ENV
echo "VERSION=0.1.1" >> $GITHUB_ENV
NOW=$(date +"%Y/%m/%d/%H/%M")
echo "NOW=$NOW" >> $GITHUB_ENV
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ XRAY POC RUNNER (Open Source Version)
Get

```shell
go get github.com/4ra1n/poc-runner/api@0.1.0
go get github.com/4ra1n/poc-runner/api@0.1.1
```

Example
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@ECHO OFF

REM SET VERSION
SET "VERSION=0.1.0"
SET "VERSION=0.1.1"
ECHO [*] BUILD POC RUNNER %VERSION%

REM CLEAN BUILD DIR
Expand Down

0 comments on commit 5bb564e

Please sign in to comment.