Skip to content

Commit

Permalink
version test
Browse files Browse the repository at this point in the history
  • Loading branch information
lingrino committed Oct 27, 2020
1 parent 66383cd commit 05ae58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/version_test.go
Expand Up @@ -8,5 +8,5 @@ import (

func TestVersion(t *testing.T) {
t.Parallel()
assert.Equal(t, "2.0.0", Version())
assert.Equal(t, "2.1.0", Version())
}

0 comments on commit 05ae58b

Please sign in to comment.