Skip to content

Commit 0e972e6

Browse files
committed
v0.0.4
1 parent 04504f7 commit 0e972e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@ jobs:
205205
git tag -a $TAG -m "Release $TAG"
206206
git push origin $TAG
207207
# create the release and attach the artifact (gh CLI)
208-
gh release create $TAG --generate-notes release/*
208+
gh release create $TAG --generate-notes sqlrsync-*/sqlrsync-*

client/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"github.com/sqlrsync/sqlrsync.com/sync"
1616
)
1717

18-
var VERSION = "0.0.3"
18+
var VERSION = "0.0.4"
1919
var (
2020
serverURL string
2121
verbose bool

0 commit comments

Comments
 (0)