Skip to content

Commit

Permalink
new release version (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapHia authored Feb 19, 2021
1 parent 2595a40 commit 566e36f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-go-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Tag and Release Go Binaries

on:
push:
branches:
- master
paths:
- "version/ts-bridge-version.go"

Expand Down
2 changes: 1 addition & 1 deletion version/ts-bridge-version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Ver is the current version of this project.
const Ver = "0.2.0"
const Ver = "0.3.0"

0 comments on commit 566e36f

Please sign in to comment.