Skip to content

Commit

Permalink
feat: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Runrioter committed Feb 5, 2025
1 parent f95c58d commit 4666327
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: bcbc-ci-wf
name: bcbc

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bcbc [![PkgGoDev](https://pkg.go.dev/badge/github.com/hexindai/bcbc/bank)](https://pkg.go.dev/github.com/hexindai/bcbc/bank?tab=doc)
======

[![Github Workflows](https://github.com/hexindai/bcbc/workflows/bcbc-ci-wf/badge.svg)](https://github.com/hexindai/bcbc/actions?query=workflow%3Abcbc-ci-wf)
[![Github Workflows](https://github.com/hexindai/bcbc/workflows/bcbc/badge.svg)](https://github.com/hexindai/bcbc/actions?query=workflow%3Abcbc)
[![GoVersion](https://img.shields.io/github/v/release/hexindai/bcbc)](https://github.com/hexindai/bcbc/releases/latest)
[![GoReportCard](https://goreportcard.com/badge/github.com/hexindai/bcbc)](https://goreportcard.com/report/github.com/hexindai/bcbc)

Expand All @@ -16,7 +16,7 @@ A tool used for checking bank card BIN in both CLI and HTTP server mode.
2. If you are a developer and Go installed, you can build from source code.

```bash
$ go get -u -v github.com/hexindai/bcbc
$ go install github.com/hexindai/bcbc@latest
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion cmd/bcbc.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

// BCBCVERSION bcbc version
const BCBCVERSION = "0.0.13"
const BCBCVERSION = "0.0.16"

var bcbc = &cobra.Command{
Use: "bcbc",
Expand Down

0 comments on commit 4666327

Please sign in to comment.