Skip to content
This repository was archived by the owner on Jul 28, 2019. It is now read-only.

Commit eb3fe8b

Browse files
Bump up version
1 parent 0e70bff commit eb3fe8b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

facade/version_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func TestVersionNormal(t *testing.T) {
1414
out string
1515
outErr string
1616
}{
17-
{args: []string{"version"}, out: "", outErr: "amazon-item v0.1.0\n"},
17+
{args: []string{"version"}, out: "", outErr: "amazon-item v0.2.1\n"},
1818
}
1919

2020
for _, tc := range testCases {

product/const.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ package product
33
const (
44
//Name is product name
55
Name = "amazon-item"
6-
//Version is product version
7-
Version = "v0.2.0"
86
//URL is URL of product
97
URL = "https://github.com/spiegel-im-spiegel/amazon-item"
108
)
9+
10+
//Version is product version
11+
var Version = "v0.2.1"

0 commit comments

Comments
 (0)