Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ash Wu <hsatac@gmail.com>
  • Loading branch information
hSATAC committed Jan 4, 2023
1 parent 80fbe5e commit cb4ed27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 1
matrix:
go-version: [ '1.18', '1.19']
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ 'ubuntu-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package smartpay

// Version is the current smartpay sdk-go version.
const Version = "v0.1.0"
const Version = "v0.2.0"

0 comments on commit cb4ed27

Please sign in to comment.