Skip to content

Commit 73702c9

Browse files
committed
chore: set VERSION to 0.1.0 (central version file)
1 parent f10d705 commit 73702c9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.1.0

internal/version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.1.0

internal/version/eyrie_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func TestClientSetVersionEmpty(t *testing.T) {
7171
}
7272

7373
func TestVersionStartsWithV0(t *testing.T) {
74-
// The initial version is 0.2.0; verify it starts with 0.
74+
// The initial version is 0.1.0; verify it starts with 0.
7575
if !strings.HasPrefix(Version, "0.") {
7676
t.Errorf("expected Version to start with '0.', got %q", Version)
7777
}

0 commit comments

Comments
 (0)